Memory Pool Memory Pool Refreshing

41,133 transactions
45.29 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
841,949 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,335 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,948 (520,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
321,407 321,407 0000000000000000155f9ba1387f50224cc40676c6cbaabb39db3db88b1a6ef8 0.04 MB 84 31
321,406 321,406 00000000000000001192794da51a686030270c5ab0231d69aac0f40f8c16a8d5 0.19 MB 393 29
321,405 321,405 0000000000000000068bc32e2c4ee199564d9c7714793fe6afd9aacb6388deee 0.31 MB 684 31
321,404 321,404 000000000000000003a63a6d9ab2086919b34aaaa4f9d59f5213228c1d68f295 0.19 MB 316 24
321,403 321,403 00000000000000001c6b8ea7db18220a529deaaaa64585ffceae02d810341f77 0.30 MB 512 27
321,402 321,402 000000000000000000c9b7752a53675fbbb2084c22a3833df06a90ddf54eb9cb 0.20 MB 423 26
321,401 321,401 00000000000000001588d80f3cb1d593cb198f485aef33ca926b58a62bcceda8 0.56 MB 1,101 30
321,400 321,400 000000000000000005610ad32e241fcd8fa1ab3c78143b8496f8e015befddee9 0.06 MB 106 70
321,399 321,399 00000000000000002479d765c197fd04702ecf3d27df29e8faaf3d6a79a62fc7 0.17 MB 329 24
321,398 321,398 00000000000000001c95ff9e83b8bfee3d86572bfd046169c7a3699e5d83ed1a 0.03 MB 88 32
321,397 321,397 00000000000000001cdb3898c93fdeb1ce978ae0146cc95fb808438ed834e066 0.65 MB 1,048 24
321,396 321,396 00000000000000000b5f6d742e2c635c01b9a9120ebc088e95d8580b29aa0396 0.75 MB 1,183 23
321,395 321,395 000000000000000001f04fec8f81bddaa11c345b6ce59d594b57d983fcb4b5e7 0.50 MB 1,418 45
321,394 321,394 00000000000000000ad7810cd31f1c4d864b91b6a7c32976fce63b89ed69f34b 0.00 MB 18 17
321,393 321,393 00000000000000000623d30c709f1e7397eebe01f60e4ac8753f56cc63eb34ce 0.08 MB 170 15
321,392 321,392 00000000000000001b34e5920c14a7e86b142e2134626304d07b6ab63f4da418 0.39 MB 341 21
321,391 321,391 000000000000000013a470d4460aabd63bed8014efa0b25182324c94904675ec 0.93 MB 2,069 33
321,390 321,390 0000000000000000178a54c233f8718ea1fb35dd6307ecfed8154ed345214578 0.21 MB 385 28
321,389 321,389 00000000000000001fa92c1d006f3435f8d29f0aea3a95e86a374f93bab798ca 0.56 MB 994 28
321,388 321,388 00000000000000001b58496322e0a48b890a22b43c0149f2a5798fe4038068de 0.35 MB 893 37
321,387 321,387 00000000000000001bd9706deaecfc966053aef8744f01536daf5c1bfc657a12 0.10 MB 168 28
Previous 10 blocks ↓
Total Size: 646.67 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 8,388.32 GB sent, 39.26 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.