Loading Tool

Explorer IconExplorer

Memory Pool

14,692 transactions
8.00 vMB
0.03865154 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.55/200 MB

Candidate Block

Mining Attempt 49c4e45290ad10f16a9bc66965652e4080da977678a91128319cfbe18101905c
Version 20000000
Previous Block 0000000000000000000203302e24479af4b3e218e63b80fdd1783df3ad1b1934
Merkle Root 2f554d57eddf614603a96d5fcb1a33ee1e76f94a79e97afd43daa06195b4bd8e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.02201460 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,381 (840,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,499 72,499 000000000081fb034968ae09647f78a30678712dada458438b420a0845c0fcba 1 0.00 vMB 0
72,498 72,498 0000000000ebae06c57d1f790e7d4fc89d1d5e886623c37c64d0c6f36c302e9a 7 0.00 vMB 0
72,497 72,497 0000000000e6ffd035a34c17428a4f7dafb4a096bdaf7f6f577a6897072886a2 2 0.00 vMB 0
72,496 72,496 00000000009abb5a8924cad31a4e87de89faadb2bbc21a559dc657069515e2b2 3 0.00 vMB 0
72,495 72,495 00000000004f0b2e8ca942f9bcc738353b8a22de85a4e2054e3dfac31b9e72c7 5 0.00 vMB 0
72,494 72,494 0000000000bf230b44496143d7aecda544cae9eb253eb410d9348db29ddb7894 42 0.01 vMB 0
72,493 72,493 00000000009046db11e4f847d4570f55e4da778a05fd8a70bbc4944803faddfb 1 0.00 vMB 0
72,492 72,492 0000000000b6d2bf3d0f0c6145c12d835d045eb399489d4a74ccecdca79b7a19 1 0.00 vMB 0
72,491 72,491 0000000000da7a2e134ac1aa4a597255479fdd6ef4a6119c1395b1f15e0afae4 1 0.00 vMB 0
72,490 72,490 0000000000c078d63622bd1e0a4fdce918b88326fad2f28db5c8c6880d516b6d 2 0.00 vMB 0
72,489 72,489 0000000000b4de6d26cddc1c29d241b355f7707df90673e343868a6a566f4732 1 0.00 vMB 0
72,488 72,488 00000000003c4f4769ec878b3a1f00e6375e233b38aeafd49370fe186c0dd05b 2 0.00 vMB 0
72,487 72,487 000000000004968fce4499f77e737ca101b6f1830ab31448825e7873f214ce13 2 0.00 vMB 0
72,486 72,486 000000000016d2ca341595b4039262d75bb057766c448e193ac01fd82846fcf9 1 0.00 vMB 0
72,485 72,485 00000000002b44a48d4769e576413e708411f383d795843b8e94777e3b7a9e10 1 0.00 vMB 0
72,484 72,484 0000000000b2f8afdb4c78e709c2f3d114b15830c44e31cf5719062b8be87bb8 2 0.00 vMB 0
72,483 72,483 0000000000c5f6a36587d06645fa3df5706b8d88549d4881afec62df3178cba0 1 0.00 vMB 0
72,482 72,482 0000000000ab9bc91229df2264be1f3081966dc8c6a7960c258bed04d5f5fcda 2 0.00 vMB 0
72,481 72,481 000000000100b236628d138b097a568183a344e2209e05d551dd941050012b98 1 0.00 vMB 0
72,480 72,480 00000000006652c0cb6eac967ceaecf18e250609c8f064ed1bd4d794ae730bd8 1 0.00 vMB 0
72,479 72,479 0000000000d444405326c16ff4c9c5ae9ef26c7a078ba3b604d8b24dbd4a025a 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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