Loading Tool

Explorer IconExplorer

Memory Pool

10,305 transactions
9.63 vMB
0.04556740 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.45/200 MB

Candidate Block

Mining Attempt 707002b284a6b8fd9ca99641aacb24fc208545b89ed196109ebb717d5316a0ab
Version 20000000
Previous Block 00000000000000000001cc0353fd23b9be5276469e89009017f3cc907719938a
Merkle Root 6b6cdda5cb9bd576eabe19f92b6a77a85d1e021c72ed865ee0eb321e1edced5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,552
Size: 0.9978625 1.00 vMB
Total Fees: 0.03131108 BTC
Feerates: 101.64 > 3.14 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,793 (786,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,561 127,561 00000000000016bc37caaa4a8ff6b65df6144026e4fdcdc3658ee023bba94499 17 0.01/1.00 vMB 965
127,560 127,560 0000000000000874ccf7db2f57bce38b06ace8153803dd04ade803bfebd12274 13 0.01/1.00 vMB 291
127,559 127,559 00000000000023b6e025188e169338e8aa83c15a9a89473962166d1d0a048a25 9 0.00/1.00 vMB 333
127,558 127,558 0000000000000ab42f41f654618cb4934c5761222f86d3d01165bd4bd530f7be 16 0.01/1.00 vMB 326
127,557 127,557 0000000000002146c1bcdb090b2e5c31c1532f9b39c9ec3f76b454316b9b4be6 14 0.01/1.00 vMB 668
127,556 127,556 00000000000019eb72233775de2901c9b64ea19573a1aab715a52e1eb11ef5f9 10 0.00/1.00 vMB 524
127,555 127,555 0000000000002201f7d91682b454aced9a117e3becb5c0fd38af2110ac0d877d 43 0.02/1.00 vMB 668
127,554 127,554 00000000000015fa32c760defba08895f3f371295f7fa8a9db509463fbd97fc2 37 0.02/1.00 vMB 776
127,553 127,553 0000000000001de06a4a0ad7e375462a88106118912e5cb3adbe02957af16938 47 0.02/1.00 vMB 471
127,552 127,552 00000000000005c75918d95504d7fa0be214a4e876c85353eced80af18286fe7 37 0.01/1.00 vMB 273
127,551 127,551 000000000000124fdddfb9be88e684fa450b02562f74a634cf3061f8dc575e8e 23 0.01/1.00 vMB 1,117
127,550 127,550 00000000000015ba3308d66be350da98956be3bc7eed58c1dcd0715d630a1d2f 3 0.00/1.00 vMB 0
127,549 127,549 00000000000024a4cc9c3c4154e76f5984feb5c356d4d4851a9c3a9506b79787 73 0.03/1.00 vMB 202
127,548 127,548 0000000000000e1d79f277f61683140d4e11dd53bf4121a34b6e2fddef7b55cf 45 0.02/1.00 vMB 1,057
127,547 127,547 0000000000000c93d76e30c856c2bbf7dd621d48910e93254583c9af311ac46b 39 0.01/1.00 vMB 540
127,546 127,546 0000000000002405140939dd2a86c94fcd444012dfb85050ebf59e6ec750502b 21 0.01/1.00 vMB 176
127,545 127,545 0000000000000e026877e3d7fd547a106f050df42e84194ee34fb423650bcf53 4 0.00/1.00 vMB 1,642
127,544 127,544 00000000000002dce2e63d21ee3e5d8818e9f581228aa59ca4fd47e4843140c5 45 0.02/1.00 vMB 981
127,543 127,543 00000000000011ce20a12ab963a99867ad54d3753132beadc45c194ebc48f703 10 0.00/1.00 vMB 1,032
127,542 127,542 0000000000001bcf50d99619996db1b57617fa13aa0c4376b20cfbcbd948327d 98 0.03/1.00 vMB 416
127,541 127,541 000000000000192c848ed14b6323b6af228e74d13c579f8da73e5dfa239e6281 6 0.00/1.00 vMB 2,123
Previous 10 blocks ↓
Total Size: 780.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 514.31 GB
    • Received: 4.29 GB
  • Uptime:

Notes

  • 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.