Memory Pool Memory Pool Refreshing

63,696 transactions
27.43 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,736 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,382 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,735 (152,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,989 696,989 00000000000000000006de402a82581a1a59b77d3fa726874ff2bdca0f21163c 0.26 MB 411 9
696,988 696,988 000000000000000000047ce9b8314ae63bb738019d0e0059c27895d7a25178ac 0.80 MB 1,092 9
696,987 696,987 0000000000000000000f5db7a0b06897c8aba1c7e1edc20c2df8c4e3a7aa8b78 0.40 MB 569 7
696,986 696,986 000000000000000000014930ebeebff8c538c0eb7346aea406491ed0be4981fa 1.02 MB 2,220 11
696,985 696,985 00000000000000000010ad823109b019b604df00a953ea8da99a78042b1cf4e0 1.24 MB 981 5
696,984 696,984 0000000000000000000fa328b2ed2edd54775dd8d964aded92d914546fa65616 0.13 MB 295 14
696,983 696,983 0000000000000000000cf1c2b2c2a3ef46d596f7a106a3c5f3016522b7e92d03 0.23 MB 237 9
696,982 696,982 0000000000000000001107d30aad8173a4536cdf7da366030a24b11889cba21c 0.14 MB 353 12
696,981 696,981 0000000000000000000607ecf21ce6045825d0116386658521d83f2697ca7e79 1.12 MB 2,348 12
696,980 696,980 00000000000000000001ca3e5ef951763aa34fc97de2af06aa0dcc140b60b0cf 0.32 MB 611 11
696,979 696,979 00000000000000000005ca29b71d118302c93df0e12fe44483b6818cab92237e 0.38 MB 912 13
696,978 696,978 00000000000000000010559d215ae317ad3987286fc8721a96d2f1bc299ded5b 0.66 MB 1,095 14
696,977 696,977 000000000000000000051e0f4b0c5e947a0a3c95e58668f42f5bc1b0a73beaea 0.19 MB 279 11
696,976 696,976 000000000000000000062dfeb53a04f1ecf5d53a4914586b332b4fae20bdead8 0.12 MB 236 8
696,975 696,975 0000000000000000000543ca512421888b166183e8b0e364928b8929c6e55fda 0.20 MB 472 12
696,974 696,974 00000000000000000006c5ec10fb9d94d7dcddeb15505d602103eb753b70f68d 0.66 MB 969 10
696,973 696,973 0000000000000000000040e2312d10f57db77c8eb80b0325836319184cb3514f 0.68 MB 1,118 15
696,972 696,972 0000000000000000000d02c15abc7d6c5ed2ca5d3ff576f1bb234a80d46363ac 0.63 MB 925 2
696,971 696,971 0000000000000000000f4c42d43bfe3360eab1727e5e6928f03ae042d25bc2a0 1.30 MB 1,827 10
696,970 696,970 00000000000000000011aae3e1b239a025e51297063ea068d815b10193201a16 1.65 MB 1,427 9
696,969 696,969 0000000000000000000b3e2716da675f99df43134a67fc1987c5590f1c370472 1.61 MB 1,119 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.39 GB sent, 4.06 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.