Memory Pool Memory Pool Refreshing

81,590 transactions
33.18 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,574 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,778 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,573 (361,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,081 488,081 000000000000000000c01fb1e0602412283525cc702168f3888e6d9fe6f8247b 0.12 MB 247 136
488,080 488,080 000000000000000000e18508d77e4d85007420767148e43ca78c7ca49a7a123c 1.06 MB 1,870 72
488,079 488,079 0000000000000000003cd4c782142215ef6713ff02a7ca8ee58608b030867b63 1.00 MB 2,027 132
488,078 488,078 00000000000000000073a77197ac1feff7520c98833146ca666ce4e98431038b 0.99 MB 593 10
488,077 488,077 00000000000000000046c8d7091174fcb0ddc8575d2688178114a634a486dd1c 1.08 MB 1,073 20
488,076 488,076 00000000000000000099b54f8d533b21a745fd5ef72e122d154d680a7f893b93 1.00 MB 1,379 59
488,075 488,075 000000000000000000d395af2f4c3b80d1056b18e770b4f235390d73f29a4ed5 0.33 MB 512 101
488,074 488,074 0000000000000000004af508368b19251da292ef58713a4c18569b6bae650e83 1.04 MB 1,903 80
488,073 488,073 000000000000000000f5eb75f8c730d7fdb9d925540ee48852deafc793ab5e04 1.00 MB 1,657 83
488,072 488,072 000000000000000000e6ce9a7a5333ecc9d15964f4c615e67fccf5836d008f84 1.03 MB 1,855 85
488,071 488,071 000000000000000000585394fdd218ee96b20b3d8bba5d6965bce4415348a094 1.03 MB 910 76
488,070 488,070 000000000000000000a6a659fa3d6977a2f3233ee022763db29f389b1a222f93 1.00 MB 1,164 6
488,069 488,069 0000000000000000003d2e0400772b8a93cb6153508438c812b64f4d2cdcccf7 1.00 MB 1,724 60
488,068 488,068 00000000000000000005ee3b3ac1255e2777a2d872b2a58ef80a7f5ed46c327e 1.05 MB 1,694 57
488,067 488,067 0000000000000000006c4aaded04ce0597a5f4d7c55b02ad1f6a86e7d4ce2cba 1.03 MB 2,432 147
488,066 488,066 0000000000000000007fb205f01d6bcb2b85dfd10717dda6d0446e2b796d3362 1.03 MB 1,829 29
488,065 488,065 00000000000000000096b6d1a91cfe80a942f8a1b63e4899e2b62173329a2ebf 1.00 MB 1,365 65
488,064 488,064 000000000000000000bbfc201e18cc559df820c276e87cf7ed97532f9bd81fbf 1.04 MB 1,989 80
488,063 488,063 0000000000000000006abf617d6c39919f770f6b9955ae30a57b12d00fb0bcf2 1.00 MB 1,162 69
488,062 488,062 00000000000000000088085181ccdaa3ce4043536146c9522e29b7ecd1d5a9bc 1.02 MB 1,994 78
488,061 488,061 0000000000000000000a1f30f01d93812281f4c52f41ce26044d3531d28ef0aa 1.00 MB 1,733 72
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 516.99 GB sent, 2.81 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.