Memory Pool Memory Pool Refreshing

38,771 transactions
32.14 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,256 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,467 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,255 (262,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
599,263 599,263 0000000000000000000b8208f4cb85887bedcb30f3b9af313b9a5c921df0981e 1.26 MB 2,779 12
599,262 599,262 0000000000000000000e7669c8acd6490d2e302b5d0e88f0cc1d3691d8e485e4 1.06 MB 824 4
599,261 599,261 00000000000000000011cc322a59690bf31722cb5adb4a66dd8e0dd15f7cd6a2 1.19 MB 1,750 4
599,260 599,260 000000000000000000019c6ad22ffaca0e17e4b224ed8b62acb90e7ca0dc2212 1.37 MB 3,329 13
599,259 599,259 0000000000000000000c98495caf1ce1d193a2bca598ac734054bd7b528e1e90 1.35 MB 3,324 16
599,258 599,258 0000000000000000000836dde7cb5fe983f419590ed9d361f0675fae2f602cce 1.31 MB 3,421 11
599,257 599,257 0000000000000000001144af567b27bfecefe15a331df18ebec12528602b6597 1.36 MB 3,416 17
599,256 599,256 0000000000000000000d4c57c36d090ffe8bc7fbb27e12f99aa4fb9bbdc124a5 1.29 MB 3,499 6
599,255 599,255 0000000000000000000e07297997b7b53d889b2380ec0ad303a3316d6679100c 1.09 MB 3,303 4
599,254 599,254 0000000000000000001271a9f55d1df16684c73d1b34c5e7249f148831ad25fa 1.41 MB 2,424 8
599,253 599,253 00000000000000000010845a593e5c29d74109c1767c737889cc8700dcb367d1 1.35 MB 3,545 14
599,252 599,252 00000000000000000000b1936de77ce9ea2041f6243200afe02f4453808f21c8 1.28 MB 2,928 38
599,251 599,251 00000000000000000009bdf63314cd0c141df17f30ec20f11a2f0ee29b217247 1.23 MB 2,476 34
599,250 599,250 00000000000000000004ca8d78023a13c1713f06f1968c192b1aee557a925494 0.79 MB 1,801 5
599,249 599,249 000000000000000000054480f7fad3cfd69cae0c1b98873e357f648ad9624754 1.31 MB 3,375 15
599,248 599,248 0000000000000000000b147e7a5e44f8ca9379a85532854d115dbe45654dbc3f 1.40 MB 2,708 14
599,247 599,247 000000000000000000155093685c49545c92ca103a59ed607ac6d17e5d9c4d22 1.23 MB 2,874 6
599,246 599,246 00000000000000000012b85cf161cf57dc25eca7558c3eb9bdc476e9720cacae 1.31 MB 2,678 22
599,245 599,245 00000000000000000006ce27a1e81c93675d19294af998ce6cb845f8696fc392 1.35 MB 3,622 11
599,244 599,244 000000000000000000030403f456423e0402bd75a2d0d1f4f125553caef85850 1.28 MB 2,740 11
599,243 599,243 00000000000000000003d1d61e38a69b52a19ea25c0304f8d797ae5a446b26e7 0.03 MB 80 9
Previous 10 blocks ↓
Total Size: 684.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,360.10 GB sent, 102.69 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.