Memory Pool Memory Pool Refreshing

88,987 transactions
35.85 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,502 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,711 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,501 (499,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,642 345,642 000000000000000017639241f66cf06d641506f269b9d5cbe1ef3a2fafda9079 0.34 MB 542 22
345,641 345,641 000000000000000002152a19094a220aae8c1c83e5f6c4bab98bca73f77f6452 0.70 MB 971 24
345,640 345,640 0000000000000000090d73495fe0d0b3db961fa1df4309ed748e19251f421f95 0.31 MB 647 27
345,639 345,639 0000000000000000010293130545cdffb85200d713a4fd028f408d819ee742c7 0.37 MB 617 25
345,638 345,638 00000000000000000090cd902e7be02b356d77380a363466900b9b21b80303df 0.10 MB 63 5
345,637 345,637 0000000000000000135e1d158615e0568a975c9fa117fc1f3aebb0abed249e75 0.53 MB 647 18
345,636 345,636 00000000000000001750686d32a6e69b790e4e6e6db452b08940f6d48d859cd2 0.18 MB 398 28
345,635 345,635 00000000000000000a7da9f5938ccb57ae4fb6cf80b80b67e808a30197aecd14 0.21 MB 505 32
345,634 345,634 000000000000000002da1b02692004d9b46bff2609aebca4d5f1d0b670e370e1 0.14 MB 125 20
345,633 345,633 000000000000000006878a1f8cb5f5049cac28467687dbef6b866db15a9d6d5c 0.33 MB 350 18
345,632 345,632 00000000000000000b789929fbee999ca1c390bd8ae1f943ac2eeea18616ca48 0.29 MB 252 11
345,631 345,631 00000000000000000135d543c6a01f0722f31b8d9fc78e4a9003ff4b50f8376b 0.11 MB 137 13
345,630 345,630 0000000000000000074159b281897dc6f85f1586937e5bfe1e36503d1276d7eb 0.16 MB 281 14
345,629 345,629 000000000000000015ff94321b86b6b64ece89b2225f0473bcddd56d7fdcb5ab 0.59 MB 1,091 27
345,628 345,628 0000000000000000077576f6915b89886535fbcc94cf7f39c90099907f8d3c82 0.31 MB 544 22
345,627 345,627 000000000000000009793a4b5e05e6be990872a419490cc3ca97a55d2fa771c7 0.09 MB 65 8
345,626 345,626 000000000000000009dbe0e30ad8b8d275506dff4ac18650d4483d4e15d67796 0.10 MB 99 9
345,625 345,625 00000000000000000bdfc9b4354573c0a757ea6e9d22e3e8a329c76f5e0d3acb 0.11 MB 248 28
345,624 345,624 000000000000000012ac48df77acbe97862ba0d390e331ab3b4f5f012b4286ba 0.75 MB 1,406 24
345,623 345,623 00000000000000000149cbacb04e832a8d27ffcadd5d609e0909651667956123 0.02 MB 64 1
345,622 345,622 00000000000000000b8f980ed78f930d4c272f12c802608e841f8fda5dabac09 0.50 MB 1,019 29
Previous 10 blocks ↓
Total Size: 653.34 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,310.36 GB sent, 80.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.