Memory Pool Memory Pool Refreshing

58,119 transactions
46.23 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,069 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,616 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,068 (609,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,114 232,114 0000000000000084cb6fa22ec4d894d6e29ad8af995701c535fe14a3182a09b4 0.24 MB 539 372
232,113 232,113 00000000000000dd686225862f4529d78522ec1c1b0a5b170d541dbc455625af 0.16 MB 280 123
232,112 232,112 00000000000000beb9a3ae3c257ff47912b70a0ad80b9fe338f3613ed997022a 0.08 MB 256 247
232,111 232,111 000000000000005b67ca78fe20b2433622ea1a4e57c33a6b2f7510d6bb3c115e 0.02 MB 47 21
232,110 232,110 0000000000000008c3e7b684e2aa56bebba3beb267a8d932fb84217becc0406b 0.33 MB 753 142
232,109 232,109 000000000000001769d6cd877fd34a7713ea2c698b54a90c3956b5ac588013bf 0.24 MB 481 126
232,108 232,108 0000000000000182d5371be9c3799bbbb9bf189661c9c1e87c2b094c8c9f4537 0.24 MB 550 176
232,107 232,107 00000000000001998777ce9c6e65bf994451ab45c648b200d9ee038d4d2831dc 0.23 MB 425 224
232,106 232,106 00000000000000b4b121ab28c6993a630c5fe50444118607024ba158d439fd6f 0.25 MB 373 106
232,105 232,105 000000000000019fe34b60c1d1155cae40852d2050e36a13d8567e322055b549 0.16 MB 379 160
232,104 232,104 00000000000001059283df4e5df7b248c49ab2d3c514047083eee71ccecf666c 0.28 MB 582 153
232,103 232,103 000000000000002686291247f18100f361141707774e6097a2bd4ae50cdb446b 0.24 MB 606 79
232,102 232,102 0000000000000004e7d33f60de75454c6ddb2d5e8785f6824956e5dc838dee28 0.06 MB 125 158
232,101 232,101 00000000000000e7113c7cd16234c52bb4fb46acf012391b673df04ac8926f38 0.25 MB 634 101
232,100 232,100 0000000000000088c1080274408cbf171852bca0bb0cfefc526f82f28b209b25 0.25 MB 233 63
232,099 232,099 00000000000001b146f7dd7b70bf4287bd67f38960c7c0462c8f1ec021cb6352 0.25 MB 722 197
232,098 232,098 00000000000000582c08576e96ee3ccaff107725a2b6d6a3076b11db73f54a18 0.29 MB 558 136
232,097 232,097 00000000000000776aa11c57f7b53cd5c48d2069b2525c0489671fbcb09f0db1 0.26 MB 446 113
232,096 232,096 0000000000000078a85a95ee4b57be69ec319e0a5353cccec6eb4d4b99267918 0.15 MB 432 231
232,095 232,095 0000000000000073e67fb2d95a8fc60691357d3876e71a50138be31fec9a2ee2 0.25 MB 602 146
232,094 232,094 000000000000017f6cbb187e4537e641c243178921cbe341d11aa91b1e7fec08 0.25 MB 514 165
Previous 10 blocks ↓
Total Size: 646.88 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: 8,430.77 GB sent, 41.04 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.