Loading Tool

Explorer IconExplorer

Memory Pool

17,662 transactions
10.41 vMB
0.05691674 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.31/200 MB

Candidate Block

Mining Attempt 4f0926bfca4b743d9655b715692582ff73757f4caa1bb8f352d39913ad209ace
Version 20000000
Previous Block 00000000000000000000165d7af7be67c1e3d29b44f6d7a971e6c1f6d2b62971
Merkle Root d2242628e9bdba89a340ab7248e6d5a9e78ce440ec5e89ff1d82e5bf3ce4a1bb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.03221183 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,361 (856,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,372 56,372 0000000005f9ecb867bab3cc98fc2fbf7847a633c8bbc81f4d8d30c03e020e9c 1 0.00 vMB 0
56,371 56,371 0000000002ea873983093cd3997e5de45d0d2aa3b3c0111d2b30336dd91204fe 1 0.00 vMB 0
56,370 56,370 000000000c1e3e964d5b260bea4dc0e4eb48ba3fa390da11aa5665258affd6f6 1 0.00 vMB 0
56,369 56,369 0000000003b8cc75a24590a26b902a7e59adff8dfa88075cea24949c5fc35fc4 1 0.00 vMB 0
56,368 56,368 00000000011b97fab958b87f597fdc86aab39378ed32a62da7c75cbb17e4b189 1 0.00 vMB 0
56,367 56,367 000000000edd6f9a9934e531c6ed5518386c45ed745e708093afa6b76fde2425 1 0.00 vMB 0
56,366 56,366 000000000a5ba112fb22d2d22b46b09a9093f77f824beca936b0c39fa5e55d4f 1 0.00 vMB 0
56,365 56,365 00000000139d7d074c74ad8653e1e20ca8eb84b021ac5528bf78e563c8e44ba7 1 0.00 vMB 0
56,364 56,364 000000000976c0c53d0825044e50ff09def1b5e910a11858cb88a310df28d11e 1 0.00 vMB 0
56,363 56,363 000000000c127b2a44f637359fbe0a0391e260069ef17bab4ebe5d54b92d371c 1 0.00 vMB 0
56,362 56,362 000000000cfec5f798ef71452df8dc19ad3988e10bc2d45138e1ff66f1c7318e 1 0.00 vMB 0
56,361 56,361 00000000138c62739ed118386a7e9627f9037f41dd94aabd82464f237599b735 1 0.00 vMB 0
56,360 56,360 0000000008e7af989541af848b8b9ba10a1ae2ca8d8790d90e19b92b5a396878 1 0.00 vMB 0
56,359 56,359 0000000011b9ac92f9931b84bd2e910ab4558d8d7a9e5d4b478be39af48fc68c 1 0.00 vMB 0
56,358 56,358 000000000e92fa3498d32c778d965d646a72d3f0c5f35dbfc3dc9f036956b5aa 2 0.00 vMB 0
56,357 56,357 0000000013e68eb67c26f8461a49859a7282d5799bd4df8ac390c6300d6e89ff 1 0.00 vMB 0
56,356 56,356 00000000132d2e3bc1b996b2966cad94a84831f428d8b62f367b20482b21fa16 1 0.00 vMB 0
56,355 56,355 000000001276e1a4371620bb69ae197d7b6337dc1ebbf1ddf8beaf60fb67b55c 1 0.00 vMB 0
56,354 56,354 000000000c0f5f99345fe8d16f76d44821f8242304584cff0ab74d849da74c0c 1 0.00 vMB 0
56,353 56,353 0000000003d485cba2033e6cb1f3a6da40288625c9d756d3520e561f98d24939 1 0.00 vMB 0
56,352 56,352 000000000f3692d351547c03e93af1b4cdd464cfc5eb577fba75970476e08344 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 100
    • Outgoing: 10
  • Data Transfer:
    • Sent: 169.88 GB
    • Received: 0.70 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.