Loading Tool

Explorer IconExplorer

Memory Pool

80,500 transactions
29.70 vMB
0.06899511 BTC
Random Selection Loading Transactions
Max Size: 179.28/200 MB

Candidate Block

Mining Attempt 3f64765ec452c5f4bdaf791d6003fc684ca7f9296ba35aca4f0cc947b523610e
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 1729868e2e5c5a55205fa2a3a58f5577feaa5474bcc99af81e9deb471e3bb448
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,137
Size: 1.00 vMB
Total Fees: 0.00843082 BTC
Feerates: 100.36 > 0.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (809,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,371 105,371 000000000002041589f74c599b5da29a76aff94ac26f56733b3e80939fba0eba 8 0.15/1.00 vMB 991
105,370 105,370 000000000002c90b5b851601d75db0caad4917cf8b7e55e75f00ce5f00a7e0cc 7 0.04/1.00 vMB 980
105,369 105,369 0000000000015c690cf484040f961717b8ba396d13d5617df02030b8a63c6762 27 0.01/1.00 vMB 0
105,368 105,368 00000000000072574f1f1e8980b86330aa8f10144149662e70e8a8c107a6da49 12 0.00/1.00 vMB 0
105,367 105,367 000000000000e7a2954c6a1ecdb0ed867f1c43f8b23a5930fa1eb218276db8df 12 0.00/1.00 vMB 0
105,366 105,366 000000000001f7d41acb3764e5156656aba0f5e4c9038d9b36a9c50368040f97 5 0.00/1.00 vMB 0
105,365 105,365 0000000000026261eb5150090b810baac9155f213ca1c126897f485667c88ef3 7 0.00/1.00 vMB 0
105,364 105,364 000000000000bdbc1161774bfc04225c1c0e1b051b1621f011db9219c490ba51 12 0.00/1.00 vMB 0
105,363 105,363 000000000000f7e7b6e502ec3dd335b57c465e765692988ff6048cf20b91b6ff 12 0.00/1.00 vMB 0
105,362 105,362 0000000000000e6637af883aacb95d8032265dfed0429091a31bef0cec42c458 12 0.00/1.00 vMB 0
105,361 105,361 000000000000e331badc7a4de7f6bef3a0ad564e08fc9a7de7c89cd8350b6c47 11 0.00/1.00 vMB 0
105,360 105,360 000000000000f3b95fc78dbc2bac54276bd90ccfb0f92c5ee80522d12ade43eb 11 0.00/1.00 vMB 0
105,359 105,359 0000000000028e2538aee35f375b773c8600e3e032e25ba8ab182b3cbd4940b9 12 0.00/1.00 vMB 0
105,358 105,358 00000000000279fa838dd75d7a3874c3428b5ecbe73fdd22aad5d9a9a8c5627d 23 0.01/1.00 vMB 0
105,357 105,357 000000000002dfebf04fdc5616606f1a275ac3dd09419209f4e4c1c5dbc70254 12 0.00/1.00 vMB 0
105,356 105,356 000000000001851086db41b1266fb6619a1f53d3bc17323710dcdc24a4d9b80f 12 0.00/1.00 vMB 0
105,355 105,355 00000000000072fadd8361e5505cdfb2b750dc7e5c7dcca3d2b2589670e60335 12 0.00/1.00 vMB 0
105,354 105,354 000000000001ed1e78152d1222d3f18c0fa121902417450cf523884a4ac8f89b 12 0.00/1.00 vMB 0
105,353 105,353 000000000000525ea59102b9372b3524efc34f8cd308802ccdbe8587b326a972 11 0.00/1.00 vMB 0
105,352 105,352 00000000000095a0e28498a92f7afcd1e8ba96cc5bc63ee173ea646693239aa8 25 0.01/1.00 vMB 0
105,351 105,351 0000000000015d6a4cbbcad53c3c71bc88907d9ce8c3f6b0e4935b31c8636f3c 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.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.