Loading Tool

Explorer IconExplorer

Memory Pool

78,743 transactions
29.17 vMB
0.09454430 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt ec28d37972f97166e38a74ee5b32b209b1f790e24b149f7333e069b5a10573cd
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 7d02123d00f08aea0e4aa9b72cf4486376eada0444717879313b0ccabe132bbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,702
Size: 1.00 vMB
Total Fees: 0.03353801 BTC
Feerates: 477.45 > 3.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (499,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,367 415,367 00000000000000000366ee77a0c43f1d3b67960038200b1279eeabfb2485b5c6 267 0.10/1.00 vMB 49
415,366 415,366 000000000000000003e71fa52bb445afc3fafca765dda526b6338455027650af 1,338 0.53/1.00 vMB 44
415,365 415,365 00000000000000000368b8339a9774245805474b0474cee496e1673be4297d64 496 0.99/1.00 vMB 8
415,364 415,364 000000000000000002ad879580ee872a533b47f3b61dd7e91b4fe04be3edbe7a 1,505 0.63/1.00 vMB 42
415,363 415,363 000000000000000000e356b738231e2b03f8eacc12614dec0eb6f7c055a5387f 886 0.99/1.00 vMB 18
415,362 415,362 000000000000000000cd6fd18f9fae35f06171c09fe5214cd4cdcf1e248b3092 128 0.06/1.00 vMB 33
415,361 415,361 0000000000000000046cafb50699bfdb91e7eccce6464d2e46095a67646bde1d 1,568 0.66/1.00 vMB 46
415,360 415,360 0000000000000000002e41484d8987b6bc6419a215e43d0a1e9373a1396ca3c4 1,239 0.70/1.00 vMB 40
415,359 415,359 0000000000000000021f679b24f2c67466937a47210e55574046b47a7b943b8f 1,082 0.99/1.00 vMB 24
415,358 415,358 00000000000000000476e4e2a6dee84669f9737b638d4e550c950b07828463e7 2,678 1.00/1.00 vMB 56
415,357 415,357 00000000000000000409150a8c24b3699e7eeaf93933be6d3d3b0eca1ada552b 866 0.99/1.00 vMB 21
415,356 415,356 0000000000000000037276bb3fccf25942eac416d5c537eeca39e4c7c7897f31 962 0.63/1.00 vMB 26
415,355 415,355 0000000000000000058a59f94ef788ec6958c758ee483bb1ba85e911d3f9cf27 2,638 1.00/1.00 vMB 66
415,354 415,354 0000000000000000012d454dcdf8485b673f49cdefcd1b5f24dcfc37326c1a26 619 0.37/1.00 vMB 41
415,353 415,353 0000000000000000043a9975933cee8e0d783c2550ffaa7c16a3a556fa18cb0e 866 1.00/1.00 vMB 12
415,352 415,352 000000000000000003688d5bcf1351e7e9fe39c385f6335c5ab4bb7dd3587662 1,819 1.00/1.00 vMB 44
415,351 415,351 000000000000000003e07c79300653b487af736f8bc8a8eee8401622e08e1fa6 1,490 1.00/1.00 vMB 42
415,350 415,350 000000000000000002642e34e852c5a5f368ffa917a94fbe0df1a448b359a7ff 2,825 1.00/1.00 vMB 70
415,349 415,349 000000000000000001ab00ffb0ee52d515d029bb6be47c8371ec9857c118394c 2,326 1.00/1.00 vMB 52
415,348 415,348 0000000000000000037f673c7a6a3aaee0b4a9af100efb1d9e169536ab9ee7d6 1,617 1.00/1.00 vMB 25
415,347 415,347 000000000000000002d15306bca1a5292627b570f67426d94f1eec6353bbfd65 1,778 0.99/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.