Memory Pool Memory Pool Refreshing

91,430 transactions
31.11 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,978 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,826 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,977 (576,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,824 268,824 0000000000000002658daa9384096d17ca55a12c12d5778b53b0f688fc70fa5a 0.15 MB 241 4
268,823 268,823 0000000000000003d7de23212a6dffbc3d4e2152a324cfc38703bed566971006 0.07 MB 135 32
268,822 268,822 00000000000000032c8bdaeb3e5519c31bee272e145ab05fa01bd72abf7b946c 0.15 MB 237 27
268,821 268,821 0000000000000002f5a9df2051e647971a874d36ddcda158dd0a3c37dffe4f97 0.15 MB 221 61
268,820 268,820 0000000000000007b8479f0ba4558a7ef861cbf93df872847f068d80ab666c24 0.23 MB 250 3,824
268,819 268,819 0000000000000003a1adc1f59d3e769fd75e5bf853352d4958a2219087286093 0.08 MB 186 45
268,818 268,818 000000000000000160d3770d1de42d721eb01421ef86a953a3fe68a4dfe5636b 0.15 MB 246 48
268,817 268,817 00000000000000065e9f001a1637c0b7b545af23baf23d7a2eef004d27ec056e 0.10 MB 247 59
268,816 268,816 0000000000000004964ab9743ae30b38b4fee07854295a037be58526a820de0e 0.11 MB 170 53
268,815 268,815 0000000000000004f69c2daf420d8aa877c223e7a12f49195fd6725d05cb4079 0.08 MB 188 35
268,814 268,814 0000000000000002045925b4846f987d7ea617845784dd015edc454329db6366 0.15 MB 252 10
268,813 268,813 00000000000000069f793bcef183ba9c1bcd3002fe2bcbccd2d7ac1ed10ceeda 0.07 MB 154 48
268,812 268,812 00000000000000002f228a030957fc087d73eba6163b8d5f907aeb6e8e0da74f 0.07 MB 42 16
268,811 268,811 00000000000000062f6f65876c9b8e202d4bc3a48284495ff14cad79a66bb1d0 0.07 MB 163 50
268,810 268,810 00000000000000001a052293935dc5953273db3dfba7381d0b85d424b18ff394 0.10 MB 161 36
268,809 268,809 0000000000000007aba5ef8e8bb5f31617ca452d84da23bd20c65dad24ea9c95 0.17 MB 333 48
268,808 268,808 000000000000000663011d560dfd7ed9fdd583e0ff9da1f37ab89f38e8736e67 0.15 MB 320 50
268,807 268,807 00000000000000079a78e70a056b663fdd12d2f017c94137eb3e81de3c62cdd1 0.11 MB 236 75
268,806 268,806 0000000000000000827345ed98e56e0e20a2ade1e75d4c553468de02bc138c79 0.15 MB 246 28
268,805 268,805 000000000000000548e4372e83953a8547ebd335e5d34cbb5b192d3bc8414d39 0.18 MB 134 16
268,804 268,804 00000000000000048056cce6822f9d0c40693a0e02b54000be1c6eb4a27b8b7c 0.25 MB 654 117
Previous 10 blocks ↓
Total Size: 652.36 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,251.37 GB sent, 74.17 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.