Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,662 transactions (3.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,559 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,972 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,558 (896,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,212 13,212 00000000a80ce20bf10ce3f4248c6ff260db4c0df2a56b363fa33f2574638b19 0.00 MB 1 0
13,211 13,211 00000000ba62e99b10919b19e298887ff25da4c0647a815b445d8571f92b0faf 0.00 MB 1 0
13,210 13,210 0000000042e321c5bb30bacc41feb18282fc06e06021448578b0ff68587d1bf7 0.00 MB 1 0
13,209 13,209 000000001435ebf1426abc3ab51561790cde9d68047e6296e40cebd2b65fbe9a 0.00 MB 1 0
13,208 13,208 00000000136188998d08099751634176aa4b774dd27c959259303cd880a3b39e 0.00 MB 1 0
13,207 13,207 00000000151515fe24b43eb9e93d37ea1757a1862d6a619397daa95412d74116 0.00 MB 1 0
13,206 13,206 0000000003506817189675015438bed6da76f93ee26cd5747caa362d54cccea2 0.00 MB 1 0
13,205 13,205 0000000029ed27bb907d37e598bfcf1ee03c14d44c3d909e94612e1b4267a9ab 0.00 MB 1 0
13,204 13,204 00000000462fd2c6a47473ee2ffbd788f0dfd0e365f86e4dceec0d71d25315ce 0.00 MB 1 0
13,203 13,203 000000007c224f06dc626d94bb7dc7e18be3f7826228df468547092aa8ee3bef 0.00 MB 1 0
13,202 13,202 0000000078aa9136b6ed2f7330d93b907055fdaa497b80212c5b3d019a96a6e7 0.00 MB 1 0
13,201 13,201 00000000518715c170dd111de98a17f39f401b5777f582875f1ff51fbd06c2cd 0.00 MB 1 0
13,200 13,200 000000004426b8f8aecb1cac441ad7bda340788d57e8a3566fbc522e7fc84406 0.00 MB 1 0
13,199 13,199 00000000a368372cc1bd8e6b97d394a4a477b8742c9b90c356b6c69cfdcd29ad 0.00 MB 1 0
13,198 13,198 00000000ecc187a3b29a16e23b002724fb7d1ac27be60cbfb82e659261242509 0.00 MB 1 0
13,197 13,197 0000000085c61b95dc2c69051e6c47feb52311a1fbebd7118ac30f75d7019ea0 0.00 MB 1 0
13,196 13,196 00000000ceeda189431df7a498046e6eda3b3c22200ee023fbff7f50f815f70e 0.00 MB 1 0
13,195 13,195 0000000019c6d6bb1c8263d62276bf3fca9de28a91d0f99e0761dad1ce0bf70e 0.00 MB 1 0
13,194 13,194 00000000ed5d06a594fa792bfb56a92c2695bc009c97cb47f120874262fe5cb3 0.00 MB 1 0
13,193 13,193 0000000098ccc77aa51b1c02c03505e8f69e9b0d988bb3ad11b2c3684b193a0c 0.00 MB 1 0
13,192 13,192 00000000ab9a3a977d65bb57e5a0ea529808ecfafce0dd61db28bceef9436418 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.61 GB sent, 111.20 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.