Memory Pool Memory Pool Refreshing

75,012 transactions
30.85 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,571 (442,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,525 407,525 000000000000000005871b5f5ed4b44506c7b73ef2d9893295a08e8302c0cb1c 0.48 MB 1,179 38
407,524 407,524 0000000000000000021d8841b0130f2db5b556162555092b2c047d72f39544ea 0.28 MB 285 30
407,523 407,523 000000000000000003c3d2318abb27bad0217fb7383690000cb875d9c3a2dc71 0.99 MB 2,267 42
407,522 407,522 000000000000000000484fe30886185751e331e508506e2cc9bbb60a2ff7eb7a 0.44 MB 949 39
407,521 407,521 000000000000000004c4d945bdb046f9ead4ffa0400226de20ab403f52c46bf1 0.58 MB 291 10
407,520 407,520 000000000000000002b9d96b155aa9ada268b798c190509d60bef9cd56475996 1.00 MB 1,134 23
407,519 407,519 000000000000000002f26ab8e0443c065b3eaad7fda8ed35c7515686f5b20189 1.00 MB 2,272 46
407,518 407,518 0000000000000000048e98d008bd1e3a7f333b9e7d806dbe25c4aef68a29d375 1.00 MB 1,114 22
407,517 407,517 0000000000000000023f8cc012564b0e85210fd5b77175e7a78d06cd316d2726 0.99 MB 2,019 32
407,516 407,516 0000000000000000059d4bee219b813721198e0991a63ad6a4c6a86a3630926d 1.00 MB 3,455 62
407,515 407,515 000000000000000005167af250ae5f50f9feb0ba4ad6e2ad69ab32ae502c5497 1.00 MB 1,710 30
407,514 407,514 000000000000000001b08cca07d86f47f95c7ecf637c96fdf9aa9cb12d77f749 1.00 MB 2,481 45
407,513 407,513 0000000000000000039f1f7984118b62ebcd62eccdc18b02d700834878af7ce6 0.00 MB 1 0
407,512 407,512 000000000000000000f4f78767e05cf45920fcabcf646880750eeefa2dcd6ce4 0.90 MB 1,669 51
407,511 407,511 0000000000000000036f26c584fd93b18628cacc0ddba46e77152da8c2c1fe7e 1.00 MB 1,484 24
407,510 407,510 0000000000000000034cc8d5a21ab6d746203e02ace2549a4c235f9a6df79904 1.00 MB 2,912 52
407,509 407,509 0000000000000000006dc15de99dda482bf76bf438397f2c71decc361c222616 1.00 MB 2,874 47
407,508 407,508 00000000000000000011e95207b4fd07010e2f821a412aac8e60d079ddf18c1a 0.79 MB 1,338 35
407,507 407,507 00000000000000000500a44f84a714129c85cc257bfb090a066a9f45b250484e 0.09 MB 71 23
407,506 407,506 000000000000000001bf97425753756e3518e7ccd8da7f296263202007e524d9 1.00 MB 1,613 25
407,505 407,505 000000000000000005d53d6ff317402289407901cf01f0fe588b489870fe4b63 0.99 MB 2,719 66
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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