Memory Pool Memory Pool Refreshing

53,192 transactions
40.64 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,308 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,435 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,307 (373,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,129 471,129 0000000000000000001eb07ed14d5698189760f759997bf4ec5d06e9fb6bab3c 0.99 MB 2,051 273
471,128 471,128 000000000000000000c7267ebd357c820bd80756090aec7f1a1821e5770c1273 0.33 MB 560 367
471,127 471,127 0000000000000000019bafcc458bc97c440114190aaa320775eaa84aeffd6e4a 1.00 MB 1,838 455
471,126 471,126 000000000000000000e4f63b84ff1195a0c15e4f675ae045ff4e47cca1e912d7 0.99 MB 2,163 372
471,125 471,125 000000000000000000aba9ebc670b88558a809976ef26c7c741b1d018abcfcdb 1.00 MB 1,999 293
471,124 471,124 00000000000000000184b6b599bdf05e4deb00d8bb848ee137c2993c6b55729f 1.00 MB 1,766 317
471,123 471,123 00000000000000000129c98087e144efb7afa1b66c2410fd89c27706a14b82ac 1.00 MB 2,157 411
471,122 471,122 0000000000000000011d5f143f912790c8bc9cfe9cd18ddb2e7971d3d0e04fdb 0.00 MB 1 0
471,121 471,121 00000000000000000078d97299f40ecc0b8d4c340a8fafc4bdbf4a02cadadec8 1.00 MB 2,042 494
471,120 471,120 00000000000000000124061d725b9b58f4392b7b6c7ef8f915e45ae01c62ad15 1.00 MB 1,928 249
471,119 471,119 0000000000000000004105d97b47d30370ebd33f47f99ac6a8fe287bc6053b70 1.00 MB 2,928 442
471,118 471,118 00000000000000000169829d2cc5cecf965f31fd7485df6f700de8046b227fa5 0.99 MB 2,252 227
471,117 471,117 000000000000000000168a1331adaeee576a6184b8dd57a5b6bc2d9fe5e8b04c 1.00 MB 2,153 342
471,116 471,116 000000000000000001841449c5262d386d15f71ac876b36aedfab3bdd223c92f 0.99 MB 2,344 326
471,115 471,115 000000000000000000aed2135b434210329796a74c642b71ed17948350e9e607 1.00 MB 1,641 315
471,114 471,114 0000000000000000002543095b56874b376325534734318388be7e41cf933e96 1.00 MB 2,253 310
471,113 471,113 000000000000000001526ead2122302d4c8c9d4123212c316ce442527ef5e848 1.00 MB 2,472 333
471,112 471,112 0000000000000000010acc7f2996734560c76d58493b4d33bc66f97a1d3506da 1.00 MB 2,048 357
471,111 471,111 0000000000000000019237ea0307471a1ca5a5142f7eb96e22eb1cc62eb9e7d0 1.00 MB 2,318 378
471,110 471,110 000000000000000001470ca4292e862ce811ac6c31db467e102e7a8774ed5510 1.00 MB 1,933 375
471,109 471,109 00000000000000000142e79d5b27c8124790ec209e544823aff520ad886842f3 1.00 MB 1,235 266
Previous 10 blocks ↓
Total Size: 651.08 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,086.07 GB sent, 66.58 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.