Memory Pool Memory Pool Refreshing

86,442 transactions
30.80 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,122 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,336 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,121 (379,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,561 465,561 000000000000000000feae1953ae5f8c8c3bb580a0711134b19c32a845b622e3 1.00 MB 1,781 128
465,560 465,560 0000000000000000002a4963c6052b0c2f8efd781586a1177427cd5a618d1c4f 1.00 MB 1,777 152
465,559 465,559 000000000000000000fb35f1b8c691936d96fefcf4a730c08ed6993a9bd56801 1.00 MB 1,415 200
465,558 465,558 000000000000000001431e2406558583dbfff1e84e7e0f230bf3154cd82103c3 1.00 MB 2,025 214
465,557 465,557 000000000000000001eee89826d8dd706b7da452bf9d0cbb6b6638c120c082a0 1.00 MB 1,971 148
465,556 465,556 000000000000000000b4b5453bcbdbfe8c2b2ce9c0aa71bbb2e12d3674f27778 1.00 MB 1,906 176
465,555 465,555 00000000000000000045167cf87a495400af1762aeb01b5093c615f04aa1aae4 1.00 MB 2,148 206
465,554 465,554 000000000000000001356cd96c5599e73825fbaf04369fb663924e594e078f6c 1.00 MB 1,126 141
465,553 465,553 000000000000000002027cb52b948ef275e64add280ae6f8aea7b97ea3372487 1.00 MB 2,197 141
465,552 465,552 0000000000000000010668ad84b8a4f4cc88be7b71b7a3f68f267b07434452bc 1.00 MB 2,255 224
465,551 465,551 000000000000000001a437a9a730f1684b4facffc997171487f6204c1bb424e9 1.00 MB 690 121
465,550 465,550 000000000000000000f912a64eef8fc488a27a34ae6ff2c10fd9026ceec201f6 1.00 MB 2,420 193
465,549 465,549 000000000000000001a63c67e70e964095bc0d11c9e726b0a409111f96c69ab4 1.00 MB 1,612 130
465,548 465,548 000000000000000000e0e7b94c1f8fde866e77e138e6c894dd7b07991a852d25 1.00 MB 2,317 216
465,547 465,547 0000000000000000007e46ebbd8b20224c9585cb3e41af80a5bfa22a47928e02 1.00 MB 1,882 135
465,546 465,546 00000000000000000206eeb0fe1a59aba9bacf11b696dfd2b3a0f53115419ae0 1.00 MB 2,160 188
465,545 465,545 00000000000000000059a81c0ede181210bb5fcaa75a3a5229bcc65af8eb810f 1.00 MB 1,778 168
465,544 465,544 0000000000000000005dcc8baee30985e210f7e30f789c660a059b40448a5072 1.00 MB 2,112 218
465,543 465,543 0000000000000000003a7cdd8b902aa58f0711e9597e3f170d220205b19c1e20 1.00 MB 1,980 146
465,542 465,542 000000000000000000de01727df3d26820d4a7839a8573f9436b18a4fff51e8d 1.00 MB 3,052 138
465,541 465,541 000000000000000000279fca003c09dd5d45a1c9e866d0c2fe9381efa0df363e 1.00 MB 2,518 126
Previous 10 blocks ↓
Total Size: 652.62 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,277.42 GB sent, 76.06 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.