Memory Pool Memory Pool Refreshing

65,761 transactions
28.07 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,736 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,074 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,735 (153,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,018 696,018 000000000000000000072237f706ce579c6f9b5ed667f015c52e70b2b223050f 1.48 MB 1,965 17
696,017 696,017 00000000000000000005665ae07402cc12a83e4b8683d77af379bee66d636a0e 1.51 MB 941 6
696,016 696,016 00000000000000000001f65e0e32ce93c2089941bc284af9f22cf930f6f8cc58 1.54 MB 1,826 11
696,015 696,015 0000000000000000000cc7daa4d9e57de27d4d809adbd01b024a08182f70aa90 0.70 MB 1,237 11
696,014 696,014 0000000000000000000ab85df33361711b96586547a1097b1606350eb8980adf 0.27 MB 248 10
696,013 696,013 000000000000000000071c3a3e1aa153807ff8d7adec68fb24a1bbd0732444ec 1.16 MB 1,595 11
696,012 696,012 0000000000000000000a972266e670271ed9be7b9e347909bc106a2d9b921ad7 0.09 MB 203 9
696,011 696,011 00000000000000000007d4929c854ce56a1032a8d6c145ef4379aabf655a2108 0.35 MB 293 11
696,010 696,010 000000000000000000052dba616f0d2720d21b71b16ab99e730412d6e1104731 0.44 MB 856 11
696,009 696,009 00000000000000000007d2b56d8d05d37312910a3415840235ecee3ff8f2c1b4 0.85 MB 416 7
696,008 696,008 0000000000000000000b28a4c13597e6be85cfe76f8b9101845ace7edc2f0c96 0.17 MB 356 2
696,007 696,007 00000000000000000011c41eb9318646f28c9dd7cdd033067d433a3c7ce0ed9d 1.25 MB 1,008 7
696,006 696,006 00000000000000000006efdc1beb61d79a960271d096e228b0808e29925891fc 1.42 MB 833 8
696,005 696,005 0000000000000000000a7778a3d989662cb44fd881ff16a2e12c8950430d449e 1.25 MB 1,151 3
696,004 696,004 0000000000000000000622e6c71a903ad077e364ca28037bc006b7b9f5ce6b5b 1.47 MB 2,085 15
696,003 696,003 000000000000000000084193ba4c279c686b2af3ac17baa8ef05cddfe860cbab 1.45 MB 2,055 10
696,002 696,002 00000000000000000007927f5cbe9abdb3ce032a51e8e9eeeb21f848df7231d3 1.45 MB 1,571 20
696,001 696,001 000000000000000000041a79ba6d882ca989a8f80ef772a8989e744260ec3486 0.25 MB 90 9
696,000 696,000 0000000000000000000dfc81671ac5a22d8751f9c1506689d3eaceaef26470b9 1.31 MB 1,428 11
695,999 695,999 0000000000000000000cdac589e2b9f49c0fe8a349d2291c2b7a1d6f9a78dd7e 0.27 MB 509 22
695,998 695,998 000000000000000000017bc18d477fb3bced7dce0543301aa99e93f91577dd40 1.15 MB 1,222 12
Previous 10 blocks ↓
Total Size: 661.01 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: 684.78 GB sent, 4.07 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.