Memory Pool Memory Pool Refreshing

42,639 transactions
32.03 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,113 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,220 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,112 (371,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,043 471,043 0000000000000000015f7cfcf46c0b2e55a21e5d01edb8725f1cb08e299b0e6f 1.00 MB 1,364 401
471,042 471,042 0000000000000000013637fb09a00a7e030a0194ec5330a8b0f0e6f8991257bb 1.00 MB 2,255 366
471,041 471,041 0000000000000000009d750ca11b8555fb5cb3f09999f114821a3a80563979c6 1.00 MB 2,451 424
471,040 471,040 00000000000000000122306a0e0875f250a29a274eedd316d508cfd97a08f604 1.00 MB 2,321 421
471,039 471,039 000000000000000000d71a300fa1d5e38a38877fec9033973ad8f26dba5ec08e 1.00 MB 1,903 329
471,038 471,038 0000000000000000016f4553e598554feba5675d7d3f7308e63e5f31c198d8f3 1.00 MB 1,904 222
471,037 471,037 0000000000000000008c67f30be63211d387fd88b937bf378f55ba09ffc551a7 1.00 MB 2,312 376
471,036 471,036 00000000000000000144405f9692b9dae6c6d93fedc3ff8207eaf4d6dc51c270 1.00 MB 1,443 307
471,035 471,035 00000000000000000065527a8f778ab50519cf3d796dcda510860d82328382e3 1.00 MB 2,015 394
471,034 471,034 00000000000000000002310cae8fb9888bf875abb03c326f906fdf8de4ff70bc 1.00 MB 2,143 474
471,033 471,033 00000000000000000098a253ad8981b22c5b711673bebde117c33d68888bb087 1.00 MB 1,718 217
471,032 471,032 0000000000000000000de69e2557cce6f7f7d7ca81bb87904b3c9de78180e02d 1.00 MB 2,128 353
471,031 471,031 000000000000000001232ba0f44a7f4305a113be2877687ed11840d397f6cbdf 1.00 MB 2,609 298
471,030 471,030 0000000000000000015f7ce934c020604ed2fe9c572facffab625c2e828a6343 1.00 MB 2,295 369
471,029 471,029 000000000000000000b27844e8a1b09431b2bac1db7f11d37513ba878ddab7d4 1.00 MB 2,332 386
471,028 471,028 00000000000000000134f8fc9163f601bcec2e21c29b3a399e511512394c0922 1.00 MB 2,357 428
471,027 471,027 0000000000000000006f7746dd9b2fb24272fc94991bce23036a382408d5627f 1.00 MB 2,388 344
471,026 471,026 00000000000000000128afeb435c04e6c74bfe6ad290144880ab05f26c3488ad 1.00 MB 2,173 242
471,025 471,025 000000000000000000618500e9ec179074ac0f7f109b78b3195e1025e245154a 1.00 MB 2,700 309
471,024 471,024 00000000000000000097bb913ca3ab11dc06e1329048b6f04f39c21240c2fb74 1.00 MB 2,098 309
471,023 471,023 0000000000000000016cf940af66cc4cafb324a34d52112415514aa1d089ccac 1.00 MB 2,235 380
Previous 10 blocks ↓
Total Size: 646.96 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: 8,439.16 GB sent, 41.77 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.