Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,301 transactions (0.43 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,705 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (885,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,262 25,262 0000000001d441fa5cfd11665fdfb90d6ab802bd548c3a8b21bd5dba9b9d8399 0.00 MB 1 0
25,261 25,261 0000000034f2b86bb33857dbffa9aadad8e4426d095ca2b0298270d1c2d9783e 0.00 MB 1 0
25,260 25,260 00000000c1cc5085898fdeb5f3980e73feefc9030823a36c61321c521f36ab69 0.00 MB 1 0
25,259 25,259 00000000f0c4382883194c24f7740b4643ac9e5dd44f94fd15f8084cd71a5d28 0.00 MB 1 0
25,258 25,258 00000000f38febfcbdfafdb0344b2c9a6e85fdce1c972c4d25b6ad05eb8aebca 0.00 MB 1 0
25,257 25,257 00000000eccb28472aba9baaccc92c3f1d6e2670cb24f8a2c27e3e4abead4942 0.00 MB 1 0
25,256 25,256 0000000097e7da40887a965bf4f43a85ce6d78ed2002d5269a6b809f7b8aa603 0.00 MB 1 0
25,255 25,255 00000000c4f77d0e5530163f74944f61fa59bd26577a8718d7ca43615e92bf4f 0.00 MB 1 0
25,254 25,254 0000000027563429b567be10c2afc3ae0c0a7337a6a1d5d41affa118a1eb622f 0.00 MB 1 0
25,253 25,253 000000001903b31fec4207fcd60a3e651529b8498d7a615c8bf25e58e118dd27 0.00 MB 1 0
25,252 25,252 00000000a3d713311c9da8c4e5d6113c8ce1bec5fcea8da91301ae4defa0f561 0.00 MB 1 0
25,251 25,251 00000000538029295959fab72a0ac08164234544a7bd84eabdd92187e0e61317 0.00 MB 1 0
25,250 25,250 00000000ce9b42edeb64e3c96416a1805ce2573901f21379d89d41cb7267a6f8 0.00 MB 1 0
25,249 25,249 000000006d99430642273fef845d690508b1f1ee1beb3f9e3d7eff53cd12e68d 0.00 MB 1 0
25,248 25,248 00000000daf166da22b7ee18e97896a9b9597b2a9397c05c8c1031dff606471d 0.00 MB 1 0
25,247 25,247 0000000001cef5df2e44a2e720cd3d84e032d0a35972ac7b7121c91ab9ee363d 0.00 MB 1 0
25,246 25,246 00000000727173d17c2b9f6b94bfc74bef3196254096c1d3036b07063d446280 0.00 MB 1 0
25,245 25,245 00000000755f8fe96a0ff90c4c7d1e542ccd408ed770c918793b0c59ded8f124 0.00 MB 1 0
25,244 25,244 000000004386ab2fbcb70c41ab91546d807f0329b2fdb49305d7460cd6ae704e 0.00 MB 1 0
25,243 25,243 00000000ee0a264a3e9e545f33a43524a62ce44ffbf66595c6a8b1f0926276c4 0.00 MB 1 0
25,242 25,242 000000008469af855da2a6c9dd633bc79ad7b34912f0b818464c9e6d9242ff7f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,291.23 GB sent, 122.03 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.