Memory Pool Memory Pool Refreshing

91,983 transactions
32.45 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,130 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,938 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,129 (633,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,711 211,711 0000000000000147ccf3492f6479cbc60bbe98f9ee56502a7966cfde6a6f8dbd 0.09 MB 205 190
211,710 211,710 00000000000003ab49ed739a9571b473594c5e697cef0434efc0edd5d4a34ce3 0.05 MB 116 103
211,709 211,709 00000000000000f857b4eab6bf739159715234851cf3bcb0ed8068537d7876ea 0.04 MB 83 124
211,708 211,708 0000000000000028da51c0692faf4b93ce27322cfa70fac1e8cad8bef8c90a81 0.17 MB 312 104
211,707 211,707 00000000000002b6759515666b92596269454fe6d3410b3e817d86179576aab4 0.08 MB 312 16
211,706 211,706 0000000000000016af7c824e3c9cfca295b8b7c53c7afd6d20918edd8b42f350 0.10 MB 196 111
211,705 211,705 000000000000038dd0e8a26ab1e67e31eb03471ac8ca8b2bde5ef6f1255663fa 0.00 MB 10 12
211,704 211,704 00000000000000b76922174a70e873647120335b50daa41800d11b4b4b7e6c28 0.22 MB 516 421
211,703 211,703 0000000000000276c28f41adf4210377f1c64fd8f4456a1bd7cae30855e07c11 0.12 MB 287 172
211,702 211,702 0000000000000100565cdbd8592082f4ff9c05495be75f89df30f6252cf12ece 0.12 MB 187 120
211,701 211,701 00000000000004c15ee694b41e17f926d30d28cce230e0c637a72699e11fb335 0.05 MB 143 107
211,700 211,700 000000000000001dc5755f0c164dfd435470f9c62d75dcc96d0e66822ec54eb2 0.25 MB 592 220
211,699 211,699 000000000000012b58cb6e0e9a1acd6a6f52a11cc15c287f7bdf5d34fda3c6f9 0.10 MB 185 200
211,698 211,698 00000000000000262e59199186925e40d5c5e4e19e158f7d786851ee78e2e825 0.26 MB 511 135
211,697 211,697 000000000000021f93a3417e8d865a323372954aab97f78388b45df10fed410c 0.00 MB 4 15
211,696 211,696 000000000000002a65b5902cb1fb9a14c2aa68af69e74e3cf9797b5c3071a819 0.05 MB 136 83
211,695 211,695 000000000000046a5bfd46d11f87189b61691d0cd166989f15a93b6b083a020a 0.25 MB 578 182
211,694 211,694 0000000000000019c9ff7eb348e37d97f0257f7bf8b977e425c04d2b487894a8 0.05 MB 166 61
211,693 211,693 00000000000002d493f191cd5e7b97222ba9b476c17d7a3e4cbe965895e06547 0.16 MB 256 79
211,692 211,692 0000000000000351ad31067ba3814138be570597d85dd48eb3c8525b55f39986 0.06 MB 86 112
211,691 211,691 000000000000029878fd416d5237593536f4d24ade5bdb617b4a6e3a1941f920 0.02 MB 42 89
Previous 10 blocks ↓
Total Size: 652.64 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,279.68 GB sent, 76.17 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.