Memory Pool Memory Pool Refreshing

47,145 transactions
40.77 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,550 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,309 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,549 (294,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,294 547,294 00000000000000000005ffd7a782aed3330e853b1a1d84417d1af09d07ae3be9 1.13 MB 1,097 7
547,293 547,293 000000000000000000210370de5b24ca251a8cfa8c9141599c446414382004ce 1.27 MB 2,820 13
547,292 547,292 000000000000000000012bbae7d548ea5844ecfd6aa8aebe676279dfd062fdd5 1.19 MB 2,444 3
547,291 547,291 00000000000000000000cf38d46506689c8a2530c643ae8d3bdc42fd897179cb 1.18 MB 1,636 8
547,290 547,290 000000000000000000215871bd8126296864a40d1149ccf788843283799badf0 1.00 MB 162 3
547,289 547,289 0000000000000000001ed7276d39c2801c8636a9b0a995cd8e779eb54ff3283d 1.22 MB 2,540 17
547,288 547,288 0000000000000000001b7be8a2c7121c235ccf194049e3d466c6f68409843588 1.37 MB 1,647 5
547,287 547,287 0000000000000000001c11dbf2fa65a63a83df2383451a1422260c30aeb142b8 1.18 MB 2,047 11
547,286 547,286 000000000000000000127b250e2505d6e1062f4088dfa59acac6380500406455 1.31 MB 1,953 21
547,285 547,285 00000000000000000017be505bf168e03efbeb00d810ccbcc08e6e594ce94ecb 1.25 MB 1,870 10
547,284 547,284 0000000000000000001d1b069afb5f23780a427696f0b0610575ef507f919bda 1.35 MB 2,105 17
547,283 547,283 0000000000000000000edf710972698aadb49b76d8a4084d5f14264946de25ad 0.68 MB 1,475 23
547,282 547,282 0000000000000000001b4225de38c32c51f72658af78c48a564ea47b550c7cbb 1.27 MB 1,974 5
547,281 547,281 0000000000000000000e0bb537a4da0f89e444f828ee098900a4f931a3d65b80 1.35 MB 2,679 19
547,280 547,280 0000000000000000000166032734ee1307b2ccd11e84b21763430b04e94b3a56 0.25 MB 729 19
547,279 547,279 0000000000000000001118efd28e5849afc433fa19e4896b479b999d58cda489 1.24 MB 2,514 13
547,278 547,278 0000000000000000001027874e47fde5669b3cd046c745cddbba66c844521d7f 1.24 MB 1,972 28
547,277 547,277 000000000000000000069f555cb56e101513a9795ef7590ce347c293153e894e 1.22 MB 2,001 12
547,276 547,276 00000000000000000015ba11754fcab98480ec2e174c60873b44788e6bb02fe3 1.28 MB 2,642 16
547,275 547,275 00000000000000000000ccfae402dc6f02a6bff75190c42e8d263d9c760c670d 1.23 MB 2,760 12
547,274 547,274 00000000000000000004bcaded49de1b197176af1fabd9c5b9f76dd7d1343917 1.16 MB 2,997 11
Previous 10 blocks ↓
Total Size: 645.91 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,306.44 GB sent, 34.94 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.