Memory Pool Memory Pool Refreshing

63,881 transactions
35.30 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,883 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,705 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,882 (686,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,476 163,476 0000000000000744274be1e728bbd550ff830afc9a9d7b7ba1b32174f6583de5 0.02 MB 58 38
163,475 163,475 000000000000060ffc2a85acfe82878bdec29d997efa89e1aee5dc85215e4053 0.00 MB 7 266
163,474 163,474 000000000000033b5c21b332d77fff9e211369fc1d599565fece5b989592a40a 0.01 MB 26 41
163,473 163,473 00000000000006eb07d312c624f053e446003f9eef80a4df7da302324eba70b1 0.02 MB 39 28
163,472 163,472 00000000000008a83087f7d4d2a58a6794156dd7e12d0e96da5e01453e620b43 0.05 MB 108 14
163,471 163,471 000000000000048b9fcfbd19cdccf172c1bce1397a4bbfdb16f126ee88cc76e7 0.00 MB 11 526
163,470 163,470 00000000000003f3eacefb06a459aca605258dfd88a36770d51aeefa028b8f1f 0.00 MB 11 241
163,469 163,469 0000000000000b7079e14d20d29b7ff1731f608c84ab166912940c318759ec26 0.00 MB 12 47
163,468 163,468 0000000000000b5587474af7631a1eaab938d7688a0ab99a5c7be15c0b5d05e2 0.02 MB 42 88
163,467 163,467 00000000000001b537506c37131cd2d40a982814e4b5ca70c0c2546f49ad11d9 0.00 MB 9 37
163,466 163,466 0000000000000bd4f03b097912a5bd8404b58c6e73642837ce9f810616076a36 0.01 MB 40 510
163,465 163,465 000000000000065570fdea31262ccfc825f898b28f61ebc8bb1e608ef64c1f75 0.00 MB 2 0
163,464 163,464 000000000000007d040d892e33e86d683f330f33cb81707d83a0caaf2d33fdc6 0.00 MB 10 89
163,463 163,463 0000000000000778ec478363100178ff554eb1bf28c07e26d89003d2d2e954c4 0.02 MB 40 29
163,462 163,462 000000000000002f0ee6993d290c28327063e942fa7a461cb20ca8f8dafa9bb7 0.02 MB 20 58
163,461 163,461 00000000000002a4759a7e4a3cdfd281f2724b04dd77da25d039889f349ab763 0.04 MB 115 27
163,460 163,460 000000000000033297607fc57ff14f4a137784e25d4e761831cb5e9556a1826c 0.03 MB 83 147
163,459 163,459 00000000000003c31d902354992ef5a02c117683bb6dcefbbee539b9f6677bf2 0.02 MB 21 37
163,458 163,458 000000000000060941628a7934a009d569b77e928d2dceb13e27ff80153d300c 0.03 MB 56 128
163,457 163,457 000000000000092c5af71ec8a52ef8873ccfadfd9c44270dfe4d07f63b6a69ec 0.00 MB 14 41
163,456 163,456 000000000000053c1c2f269137797684bbaa1f6112313dceeac290c58fe2cbaf 0.00 MB 8 52
Previous 10 blocks ↓
Total Size: 661.29 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: 813.15 GB sent, 5.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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.