Memory Pool Memory Pool Refreshing

27,054 transactions
36.19 vMB
Show Random Selection Loading Transactions
Max Size: 132/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,004 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,492 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,003 (325,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,272 518,272 00000000000000000032737ba359a8b84861cff38722d1aec8e9636ddc0e7a0a 1.07 MB 1,178 14
518,271 518,271 00000000000000000028bbcfce1ebb0c4fcc313143c69ae909670ec5b2e93eb0 1.01 MB 577 9
518,270 518,270 00000000000000000025867ff5f015f9d9225eff8986e2c2dec1018b54063d24 1.03 MB 72 2
518,269 518,269 000000000000000000028fc27bbf92de8a779b5722a3bd2d7b5d3ed1fc637715 1.04 MB 583 6
518,268 518,268 0000000000000000001c69a33d714ff4bc96ff5b1e306e9ca6fa0c0db7332fcd 0.01 MB 18 51
518,267 518,267 0000000000000000001a19b9f3982aa5b68b35185110e73d9e3a9ca4af0f26d0 1.02 MB 764 13
518,266 518,266 0000000000000000000b90d438c9de1d8c91c5f347d5a0f694543aa30ad0c70f 1.08 MB 1,495 21
518,265 518,265 00000000000000000016f8d9e938a1380ef38a3ac5bdaffd929ac859a23bb345 0.00 MB 1 0
518,264 518,264 0000000000000000000eeb1b5078b323238fb9ad724488b214e7d4c49f5c73a8 1.02 MB 202 3
518,263 518,263 00000000000000000034fb3987d0dbdc00bdc900ec96ac6d68012c1a5ba1fa19 0.99 MB 207 3
518,262 518,262 00000000000000000021ac8deb737b629977e39253c587f8ac2b4fef64da4e1c 1.10 MB 1,108 12
518,261 518,261 0000000000000000003a73832b019c75ed021a1244bdf358ac54599f6da965f1 1.00 MB 611 7
518,260 518,260 00000000000000000047422a0e53723aef11edc99fc56d43a8098d084450ecdf 1.04 MB 823 12
518,259 518,259 0000000000000000003d9ed27dc6dd6f833a60c71997f617eb34ffcb536e2bd0 1.01 MB 544 9
518,258 518,258 0000000000000000000f2589880d42505b96b6a7b78bb7b11730f9a6007c8038 1.03 MB 476 8
518,257 518,257 00000000000000000005c7a25b3d70b0ac1376dcdeb232ab1ed1b5178617d927 1.05 MB 1,166 14
518,256 518,256 0000000000000000003e4380732d71704005146a6f425a203166e29b72fe2214 1.00 MB 55 2
518,255 518,255 00000000000000000037136147284127acbce0ce0614b75083ff47d808c6f94e 1.00 MB 237 3
518,254 518,254 0000000000000000003cf2ef88b24bfe35322d59d0f31ca834e7b257a6dd2586 1.02 MB 587 12
518,253 518,253 0000000000000000003543574bc38dbd91eb4585bb6f22635720088b1b03a036 1.00 MB 297 4
518,252 518,252 000000000000000000066b188c02adf9e500470d87a5a20fd63fac52dbf080fc 1.06 MB 1,072 13
Previous 10 blocks ↓
Total Size: 650.51 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,991.02 GB sent, 63.30 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.