Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,807 transactions (1.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,135 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,233 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,134 (823,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,494 86,494 00000000002f2bca6bca7bb0c5b6de9b36349cf49ba17f3aec634fc03724ff99 0.00 MB 2 0
86,493 86,493 00000000001c4eb9a36c1780e8d18062dea47521602753f1c4f2c3d2e57dcd37 0.00 MB 2 0
86,492 86,492 0000000000246d59a428241269a1f79e625bdc0735be72c11d77b3c881013c1e 0.00 MB 8 0
86,491 86,491 0000000000169bb0d3d0d971c23c8c6df26ebbb425c64d0334627c89a91a690c 0.00 MB 2 0
86,490 86,490 00000000001643db9258f5a35a476b9122f1d5ff4959f5b8edc769a0d663c7ba 0.00 MB 3 0
86,489 86,489 000000000029b8b17664ead2d1e47818ab55428b94cf633867375f721c1d3331 0.00 MB 2 0
86,488 86,488 000000000018f5118ed29263fff502486edd2d56ffb77cb176ddbc15002b5b98 0.00 MB 6 0
86,487 86,487 000000000007264ecf096f46336a5f9e4d0329662b431fb7857438340f970b8f 0.00 MB 2 0
86,486 86,486 0000000000190d10eb55a0026c7eab63444012094609ddaf65bbc89d5ca2605d 0.00 MB 3 0
86,485 86,485 00000000002c65c6193e8df2a19c1e20a130f72adbe8598623dad14f773b6785 0.00 MB 3 0
86,484 86,484 0000000000109bed24ee004437c1fcd6be393ef1841430eac536213b1ab19f6f 0.00 MB 2 0
86,483 86,483 00000000002f06c0fbf7a5a6ce865314f44ca2143cfa16d3b77eea6fb9ab998f 0.00 MB 2 0
86,482 86,482 00000000000dcdee3091c089e7c82a90f33df005e4c0ab8772afb12799945a52 0.00 MB 2 0
86,481 86,481 00000000001dc60ab7df029d87cafafffcfcc65d771cd3d12ed25b6a04aad42a 0.00 MB 3 0
86,480 86,480 000000000019059e8659d685f08f89d569b232df8c6a27e2113db12656be16f6 0.00 MB 1 0
86,479 86,479 00000000000cda5bf1c01ed07ff9c99c24aa978379c7b3db70ade7b6b131a5dc 0.00 MB 2 0
86,478 86,478 000000000025a39a68d3ac84c722f35a5b7123ad8641b2eabe648ef6a279cf16 0.00 MB 2 0
86,477 86,477 00000000002802a9921596564abbbb3cd6309480101e5f5091b64e1ecb162977 0.00 MB 2 0
86,476 86,476 000000000009b7efeb3aaaef1215098035443b1fa01ec014bcf981b64937d5a2 0.00 MB 2 0
86,475 86,475 00000000000bb402645adae01637ab9069505dff1546d84a02001d455cadcb77 0.00 MB 1 0
86,474 86,474 000000000020d0e71f8666a2d44aecd08746ab49651a88bd3ae235ec3cc4407e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,192.85 GB sent, 116.70 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.