Memory Pool Memory Pool Refreshing

59,401 transactions
37.15 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,683 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 901 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,682 (361,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,805 488,805 000000000000000000033bf2553cab0a864af76a478c54ff6447e9999def877e 1.02 MB 2,346 169
488,804 488,804 000000000000000000771402def6a3e7fcaeb0acde308b4dbbed95fc88c18b24 0.07 MB 166 117
488,803 488,803 0000000000000000008d01754ce3ba5d0016822a0b391b7b9ccacb8b3ce0b8a7 0.33 MB 371 99
488,802 488,802 0000000000000000001675c23d317cd5382889f48a9b8e80618bf862af5f0163 0.43 MB 771 99
488,801 488,801 000000000000000000dabb2f0c182a8a015f66bfa7cb8c00b2d735cdf5e0e5cb 0.20 MB 454 117
488,800 488,800 000000000000000000df11547bcca16aa8b459bf0a1ca6ba4ea64bca60256b15 0.35 MB 861 66
488,799 488,799 00000000000000000051534acf98894d99ab6df38439d619d105885b366b55c6 1.04 MB 2,361 115
488,798 488,798 000000000000000000127e2b2886abbc59931f9e1f493fef5b01733aa7703673 0.36 MB 620 119
488,797 488,797 0000000000000000002c7c22cee63aeee0274f64eb3ecf34f882ea8707c99a2f 0.19 MB 428 117
488,796 488,796 000000000000000000bf7e9ccaa6c9897da0fd44e519bbe3ce660b3d0f42b65a 0.72 MB 1,662 99
488,795 488,795 00000000000000000031ed67047d8b5c02657ed508a2d7e91c0396611a2a6c25 0.39 MB 511 90
488,794 488,794 000000000000000000f646b309ff96f930b306786c42ff8cd41691e5bb2fe9dc 0.03 MB 93 100
488,793 488,793 000000000000000000b5559cd6734e69c0e55d62845397f517003636e91d257a 0.25 MB 673 89
488,792 488,792 00000000000000000020b2ff292910e7b8eafc582f55898b1b2c8f095b3799ac 0.07 MB 129 91
488,791 488,791 00000000000000000023c9a7a22003cc5dcf9b634ec1d6291c1a03c0e9568af0 0.19 MB 107 18
488,790 488,790 000000000000000000eb179fcc5bb46973eec72cda42b791ccd703c7325c5eef 0.58 MB 702 90
488,789 488,789 000000000000000000b7c8de954e4ef27888360e682129946591c599123cad17 0.24 MB 369 98
488,788 488,788 000000000000000000a14397ed4a2158643e72658984be10a79c8f0e7ae2c752 0.04 MB 101 105
488,787 488,787 000000000000000000b8817e7a399f04aefd49abd3bf5ed453cbc2e04d06449a 0.30 MB 747 100
488,786 488,786 0000000000000000009aa07dab590e2320e2b9cd80e00b229df50b0eb19a9e16 0.55 MB 953 89
488,785 488,785 000000000000000000e50ce8da15eb36b02d179752325185420d3221e0c497a5 0.38 MB 789 82
Previous 10 blocks ↓
Total Size: 662.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,578.21 GB sent, 12.66 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.