Loading Tool

Explorer IconExplorer

Memory Pool

32,951 transactions
25.11 vMB
0.04984919 BTC
Random Selection Loading Transactions
Max Size: 127.33/200 MB

Candidate Block

Mining Attempt 70b4826cffe27a79f02ea19ae589d06d47d18a4a91a976434aead843c1cd2fa3
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root da0467459af3ec4ecf32d3ae8378c8024502abe83b9e3981a488fa57bcbd89de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.00465928 BTC
Feerates: 75.37 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (242,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,299 672,299 0000000000000000000a72411f5a7e1daeecc85245b00788d41af9d177fbf447 2,044 1.00/1.00 vMB 85
672,298 672,298 00000000000000000003d8b25fadba41c0ca8650a38c5d6e93a1c0b126639122 2,030 1.00/1.00 vMB 138
672,297 672,297 0000000000000000000a926ce18b42bdc4f261e21a305f6a073475908e9dfe13 2,536 1.00/1.00 vMB 94
672,296 672,296 00000000000000000008a1a2fcd605f2d37c7e775627c5abd1e362b6ebb13d21 1,723 1.00/1.00 vMB 147
672,295 672,295 00000000000000000001fee353614abf03d5e8bdfeb5e318281790a023a4edd2 2,019 1.00/1.00 vMB 151
672,294 672,294 00000000000000000008e62de9150afba03b49695a7db58fb0792c27e20ad60d 2,665 1.00/1.00 vMB 86
672,293 672,293 0000000000000000000b49f3bbc2ca80aff39e19d79f1813fcd178321fd009d9 2,713 1.00/1.00 vMB 156
672,292 672,292 000000000000000000067d6c8f3a5dba5918a1308c9246680c19269ef4affb67 2,663 1.00/1.00 vMB 51
672,291 672,291 0000000000000000000afaff9167a790d0980f1ac368a7fbcf1f5d32b5cccf88 2,691 1.00/1.00 vMB 46
672,290 672,290 000000000000000000052d06e7db33dcaaf1ce06a344af5e9e5e82b253b99739 2,802 1.00/1.00 vMB 156
672,289 672,289 00000000000000000000595bb24e1c66886f32341341f93c5d20766b3582036e 2,284 1.00/1.00 vMB 84
672,288 672,288 00000000000000000008f717103ae119f9086a72e661815d649558a2ba766b9e 2,711 1.00/1.00 vMB 49
672,287 672,287 0000000000000000000740a085b7b8477b690a99627df77858a5b9cfc2e99f18 2,303 1.00/1.00 vMB 116
672,286 672,286 0000000000000000000231e9f0f29b0cda2b13921b780499b22b2a3642e90f11 3,033 1.00/1.00 vMB 161
672,285 672,285 00000000000000000006a9d1fa11f4d92b24d9168c293db1ee40552bc4c49c2c 2,444 1.00/1.00 vMB 55
672,284 672,284 00000000000000000001d3b0e0514e33b8da2cbe81f847dc3b9d35e95073400c 2,528 1.00/1.00 vMB 49
672,283 672,283 0000000000000000000ad9011193f69929b4ab51164cd3497613edd2e28a19da 2,428 1.00/1.00 vMB 72
672,282 672,282 0000000000000000000ad80453e3245bc412caaff008188ff9d6c280798396a7 1,800 1.00/1.00 vMB 143
672,281 672,281 00000000000000000009f81046b94b420f6c46a12e8a137572c44a6c2327f1f3 1 0.00/1.00 vMB 0
672,280 672,280 0000000000000000000648eab24cd7d260078581d68b7309a01ae01e053e033e 672 1.00/1.00 vMB 148
672,279 672,279 0000000000000000000c090de3cb6f4f125dcc83acb552cf6b86533f87dd70d5 1,584 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.27 GB

Node Details:

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