Memory Pool Memory Pool Refreshing

55,785 transactions
28.20 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,333 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,562 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,332 (503,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,455 341,455 00000000000000000400efb5e5eaaba157b1fadff64c256ea6b8cc42dd4ac1e8 0.02 MB 38 5
341,454 341,454 00000000000000000d896ecd1b4a376da57c0436b94bfcd57ccea681de972080 0.40 MB 688 24
341,453 341,453 00000000000000001048c8804970f5702d09adc35408561dd8eeaf325dbc04ad 0.04 MB 81 13
341,452 341,452 00000000000000001a23aac15e11bfc2d6e6e5ecbfa2a30ab1ba0d193746fdd2 0.11 MB 110 17
341,451 341,451 0000000000000000074355ae25b1e9e09cfec15726687a6a2c177b67fd45dd40 0.27 MB 520 23
341,450 341,450 00000000000000001882531a8e7798c41e4a2dc7389cef3e09928d34382e8ec6 0.06 MB 131 155
341,449 341,449 0000000000000000065e6bd48e30201aa2e66b3ff8bf38c1a7e234d5b7928987 0.20 MB 412 20
341,448 341,448 00000000000000000c623b774b67fb3858ee74d8d7502652ae012fd4735ef2c2 0.52 MB 552 18
341,447 341,447 000000000000000007715e2a3ac5de60e64ce2158cad832f7a9ef09473526dd8 0.69 MB 478 15
341,446 341,446 000000000000000010895bc7ce8698dc1bc647fc1ba04d5d4e349f2e47ff2d71 0.53 MB 821 22
341,445 341,445 000000000000000011bf93ccd309fdb5bc80cb6101294ac5c2e5f0512bd1e1c3 0.42 MB 654 20
341,444 341,444 000000000000000017c64fe6d86fe86d34ac53112e7a19002c820a259afdb98b 0.09 MB 256 33
341,443 341,443 000000000000000004c8b8810fbce1f0fb85da432f48472d799c3d9c58332167 0.09 MB 256 35
341,442 341,442 000000000000000000fcc9a86d0c76af1f0d7cc81a3c1d8e68bf837c1aead51c 0.00 MB 13 24
341,441 341,441 00000000000000001134f5118cf398982a2ad2f0172e65dec260269793cbe65a 0.16 MB 288 22
341,440 341,440 00000000000000001210829fb3000653a69ab7a1c798a48db713299569b9802f 0.12 MB 232 19
341,439 341,439 00000000000000000a573d254ccbfa664dd5c17da17e848703ab01471e628214 0.04 MB 85 25
341,438 341,438 00000000000000000694330d68db03947271fbfb874d95a96ca9c276fbc3f7c2 0.08 MB 200 26
341,437 341,437 00000000000000000e2dbd25391545adfaef51f98b082b06e53c5e0509b4e7c8 0.41 MB 810 23
341,436 341,436 00000000000000000c5677cc1e3a697255e8f88fafd7916c8f73e8f9e58cbc07 0.33 MB 499 23
341,435 341,435 0000000000000000093bf07b6f32266303e4ae1b99e3872ce75e326e0fee18b5 0.25 MB 449 24
Previous 10 blocks ↓
Total Size: 653.02 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,293.82 GB sent, 78.79 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.