Memory Pool Memory Pool Refreshing

64,423 transactions
35.83 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,669 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,999 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,668 (301,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,738 547,738 00000000000000000003585ae2c01226ddb2b7ad744099dd0b2fef855165eff8 0.72 MB 1,171 7
547,737 547,737 0000000000000000001a2e3e923fda25f072074262f7e44baee2dec32a6f95dd 0.73 MB 1,063 9
547,736 547,736 000000000000000000160dbc2a39532a460a713d142322a3f9fb89cc47293864 0.76 MB 1,091 8
547,735 547,735 000000000000000000162904807414e8d2b0a08156888b39b288cfe4793a025b 1.24 MB 2,481 8
547,734 547,734 00000000000000000016d484459e97343d34a1f88868ec9665d66aff0728a31e 0.29 MB 703 23
547,733 547,733 00000000000000000003a0282545b91c05e61ac171e123c33ac4344e5aa314b5 1.22 MB 3,247 11
547,732 547,732 0000000000000000000662b66913b1ce3e05486b33599801afed8f2d133395b9 0.01 MB 42 9
547,731 547,731 0000000000000000001ebeaac00b2353bbe24ed0c3eb6d29cc847b705666df39 0.56 MB 929 6
547,730 547,730 0000000000000000000ffacedb2941a6f8aa46affe3874f754fc9804571aff4e 1.11 MB 1,446 6
547,729 547,729 000000000000000000035943b0fa8645f3cadf1f53ab67a67dba0deedaa8bcbb 1.20 MB 2,538 3
547,728 547,728 00000000000000000007ff1b53b38502f4f905b52eacede06417c9d0b138501d 1.29 MB 3,064 16
547,727 547,727 00000000000000000015e095be91877c1d767c2f480a1c034378505ad400c69b 0.25 MB 496 20
547,726 547,726 000000000000000000111cb8633f8d4b9cb18f968dd9b37b3d65d5b65fb8e6cb 0.81 MB 708 4
547,725 547,725 0000000000000000000b2a6d69778a6d3113d044736b343a96da1c929f06a99d 1.22 MB 2,457 7
547,724 547,724 00000000000000000006b4a9fd570085b10ddb63b2b3b2b352ca0d14c4a3af30 1.22 MB 2,493 10
547,723 547,723 0000000000000000000c0c925c318c48eca1b26f02d915ff52221b3b374f7137 1.14 MB 1,946 4
547,722 547,722 00000000000000000019c2786e5d98a4f227358297ce627246adac134f0df276 1.22 MB 2,446 10
547,721 547,721 000000000000000000097e9a608e24850c86be5b3526f41e2704e5b0c0fc6d27 1.22 MB 2,350 7
547,720 547,720 0000000000000000001a48e84521c0fde71f42e841653fa9bf3968e2784b0256 1.25 MB 3,377 20
547,719 547,719 00000000000000000025c5a0e660011a1df9a34238b0da06b8ea44184cbfd3b4 1.15 MB 2,169 5
547,718 547,718 000000000000000000268ef7169f654f241324bc384a9b3668078ba9ee493ac4 1.19 MB 2,727 15
Previous 10 blocks ↓
Total Size: 660.88 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: 618.81 GB sent, 3.59 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.