Memory Pool Memory Pool Refreshing

5,138 transactions
5.14 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,654 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,122 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,653 (653,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,900 245,900 00000000000000acb1c90fbe24ef87f7e09ba7cfb6d0e055a9399f01385aa86b 0.12 MB 256 33
245,899 245,899 000000000000003ee7e0e5ce06c320308eb047044ea861b1b7eb719d6d7c9072 0.25 MB 574 214
245,898 245,898 000000000000005580d5fcaa657971ce3b39ba350b556abc9e676f790150691c 0.20 MB 427 116
245,897 245,897 00000000000000284397b3ef4b0aef71952b199a5dfd1e914258f9da37213397 0.09 MB 188 115
245,896 245,896 000000000000007752e7be2f9c35eae6ed78c82a63e5a720f26ebecdb6ef600b 0.01 MB 24 100
245,895 245,895 0000000000000046dcfdd127d461eedde24d3514f42cb5ee0d32571cfb64bff6 0.10 MB 193 148
245,894 245,894 000000000000009b938f8499800cbe2cc3f2e7086b47d16bca890e08bafad111 0.03 MB 50 82
245,893 245,893 00000000000000729f7083534963d1045167ee8bbd76600eb060cf97ca574023 0.18 MB 425 186
245,892 245,892 00000000000000750f39bc4ec3df014ded0936cbb54a9d079617982be5e6a860 0.01 MB 20 229
245,891 245,891 0000000000000017e3b854a44698a7715722886263e6a6552833c033cc826036 0.14 MB 354 135
245,890 245,890 0000000000000042a0d1364808a425f886d0bbcb9c6adf25eb1b9f83c0d85a92 0.15 MB 372 188
245,889 245,889 0000000000000080f045f33a8e65fd1e4fb433e79869ea16fb16f69aa0213c18 0.14 MB 215 207
245,888 245,888 0000000000000099bee9ccdcc4a647ba14157cf05d9f7127b064db3603dd49d5 0.14 MB 271 139
245,887 245,887 000000000000004955d002110430353d42143aee4587a787e603801b97c02fcc 0.10 MB 203 159
245,886 245,886 000000000000001aa6707204b2d1887089a860eceaf8a893a7c2d08dfe6ac525 0.12 MB 298 135
245,885 245,885 000000000000000dd0d039cf7c7e006d79a915b0ee76180bb300dc74ed3308a2 0.10 MB 230 362
245,884 245,884 000000000000009fd60babdec39b4e49feb4ec17497c0b341e05beb7e692304a 0.23 MB 568 114
245,883 245,883 000000000000005e6c69cac26c7e6a7e1973239e7200b462e362c2d9c0d0f79f 0.17 MB 130 24
245,882 245,882 00000000000000293565129781ad4367697dcb2865c8833734099342d6c07192 0.15 MB 415 248
245,881 245,881 0000000000000044f5ea6805861290178275c399eafc0edac1bca77fe4ffb489 0.12 MB 213 133
245,880 245,880 000000000000006c586d21f88a3bdca6261e54733a3346bb76af20ea22d475bf 0.10 MB 207 92
Previous 10 blocks ↓
Total Size: 755.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 523.65 GB sent, 25.48 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.