Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,147 transactions (1.89 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,244 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,193 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,243 (900,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,683 8,683 000000001c2911089b4bd7719e2607fa24c7e92f77f0ee909c6d511af52cbf4a 0.00 MB 1 0
8,682 8,682 000000007b846c476b4a2f849f237922e5878bf1a90648a0e1d9ffdd5dee62e8 0.00 MB 1 0
8,681 8,681 0000000008089f06ac82cc732939402ac8ecc10402363bf936c3b4a2cd3c60c4 0.00 MB 1 0
8,680 8,680 0000000058ff161132d81b301c3699f6f04d87f7f4ae8b5f273c4b4b1f569e40 0.00 MB 1 0
8,679 8,679 0000000099e9b90af841ce3a535671c52164d057e95aa4e793ee0e0f893ea7df 0.00 MB 1 0
8,678 8,678 00000000112b61fe278d7f509029b29350ed3b0b4168dfc5f88412bc1edddff9 0.00 MB 1 0
8,677 8,677 00000000ea52f615a50abfa78d16be3dad4e597872019e46596b410a70145c24 0.00 MB 1 0
8,676 8,676 0000000077991a4865e083ae4ae338c86ed3288e809fb9be17b1771c009afcd0 0.00 MB 1 0
8,675 8,675 00000000a5840431b42ef82d18c90046fafba4735a4f7957f59e8dd5fa3d4b85 0.00 MB 1 0
8,674 8,674 000000007849dc16023dfb9a6b60cf73e13d507ca7de65697f32f9917aa91925 0.00 MB 1 0
8,673 8,673 00000000ddfdd23a02d2ddea4b8b2fae6e9c87eb90a8661f7abfd14951e2ea36 0.00 MB 1 0
8,672 8,672 000000009233dc3a755c9689af97888d3c798993129f5bb989052151bc26d4a4 0.00 MB 1 0
8,671 8,671 00000000b951eb76ddea6ee3af646beaf46e6d250ca2e9967e9a0528f44822e7 0.00 MB 1 0
8,670 8,670 00000000dbe57169cf2498176385c693c38becd8a1f0a703a4996307d3ec0b7b 0.00 MB 1 0
8,669 8,669 00000000e5da5e4e1d7a614c5a8ea1adcbf01e7bf3fb4034a71b059338097b47 0.00 MB 1 0
8,668 8,668 000000002b35e95717d0a6ef2ce84e9ca559d912a9452f661c8b9671590e1933 0.00 MB 1 0
8,667 8,667 000000009852a769270625f40529a344c7f54c1c1ad866deee611b8810a7bef1 0.00 MB 1 0
8,666 8,666 00000000962c5b87802949e0f58499ac2852a3219726b711e2edd95446912777 0.00 MB 1 0
8,665 8,665 00000000cca15d08b3c6714964885e39e6620b8cc0c844ad6d2f3735c5a75921 0.00 MB 1 0
8,664 8,664 00000000b3032886a7355c6c264a8de8d4a0699fe6a1ac1cb38365c7117e19f4 0.00 MB 1 0
8,663 8,663 000000009a735f0487773c10335e1f28b7b60fd8ce6b0787117713f2ba75b35c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,017.81 GB sent, 107.90 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.