Memory Pool Memory Pool Refreshing

45,963 transactions
47.99 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,040 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,627 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,039 (247,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
594,269 594,269 00000000000000000002436caa9aec3d07dba5264dba1204d34958176862dc5d 0.16 MB 356 42
594,268 594,268 0000000000000000000e0d4b08789552960d7ffddc1f4c69b51b08c0ab9ca555 0.16 MB 224 18
594,267 594,267 00000000000000000014bd78c6f54fe36fcf819f8649eea027f9f54b269578fc 1.26 MB 2,945 25
594,266 594,266 000000000000000000133dae394f50adf24b3f1f4fe221662cf09f41a402714b 1.21 MB 2,886 30
594,265 594,265 00000000000000000017d6abd39e6fd8692b4f59135db83919a36d00b6cf7340 0.64 MB 1,652 28
594,264 594,264 0000000000000000000ebb0c2f508c7813ebc8931cb98f61ac44482e0a2dc9d7 0.81 MB 1,883 22
594,263 594,263 000000000000000000080b2d58ee930a8908c3a9ffd430fe0bd51d4e9000068d 1.17 MB 2,852 21
594,262 594,262 00000000000000000009237de1d952d324c62385c396556699daf5323bbd9fa8 1.20 MB 2,716 36
594,261 594,261 0000000000000000000f903492cfec45b17b30c404ef8647259c141dfacacc8c 0.58 MB 1,386 28
594,260 594,260 0000000000000000000efaacec43bca7fcc7c64aeb307047237d8e79edd757d0 0.63 MB 1,518 23
594,259 594,259 00000000000000000012a91c93b721ebdd6ecfdb3f8ee63c37d97fa9168a55d6 0.78 MB 1,758 27
594,258 594,258 0000000000000000001888562aef6177970695a669e29d651d8aa8c367beb959 0.85 MB 1,516 12
594,257 594,257 0000000000000000000c64abcaee13131e5892576901d5ceeea0c2badcbe1339 0.49 MB 1,146 9
594,256 594,256 00000000000000000012c87837f9d926d7974ba93b4467a5b8054e09499f7e0f 1.51 MB 1,615 30
594,255 594,255 0000000000000000000618a49eb3a4502466e9b36dfb1be6ca2950355694fccd 0.99 MB 1,353 26
594,254 594,254 00000000000000000013a18cc12a9258007a30df8758a9964cd925e56d0a0dd4 1.23 MB 3,273 12
594,253 594,253 0000000000000000001096472dd38277b75addb215372ad16e94b24314053008 1.19 MB 2,300 30
594,252 594,252 0000000000000000000fce30ff1a4b35655f00eca534776b24d8b274f1d63318 1.43 MB 2,454 32
594,251 594,251 00000000000000000019bfbddc54e78d57f5c7fd8a50d1cb1d2ee9f4bc0f0b9e 0.94 MB 2,373 10
594,250 594,250 0000000000000000000b44ba6d474d9f50791f2b37a5bbab80f5687af69a4642 1.22 MB 2,819 16
594,249 594,249 0000000000000000000ee4c1269460926c591c55d0ed5e736d87afbe04a85b61 1.16 MB 2,787 15
Previous 10 blocks ↓
Total Size: 646.83 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,420.91 GB sent, 40.50 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.