Loading Tool

Explorer IconExplorer

Memory Pool

54,664 transactions
32.29 vMB
0.22637670 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt 6f9674e37ab168fd8da60f3aaded4b069e36cbea96d66d4d6af2b6bed3e67423
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 8cf305be0a21471dc96d3be4477b928b1623b69e10a12c3e2eb6e1b8ccbec7ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,018
Size: 1.00 vMB
Total Fees: 0.11977230 BTC
Feerates: 101.66 > 12.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (732,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,492 182,492 000000000000052b2275ff080a412d19f40dec424d4588c0fcde5d3c5fd9be9d 37 0.01/1.00 vMB 117
182,491 182,491 00000000000005aaf2737c6f76a3e8521bc61293073ac0700fc3aa0c16c3150c 87 0.04/1.00 vMB 110
182,490 182,490 00000000000006858e8fe9e792b0ede3a7fd999983cfe8297d66173b1e618175 190 0.08/1.00 vMB 131
182,489 182,489 000000000000047161d89b1baa5c2d298640c067eb20e5ce3ae4f7f0cc5c8c03 92 0.03/1.00 vMB 75
182,488 182,488 0000000000000857fc8424c689ab15f2cb783b849f9223bc0a8cd53399af4cd8 406 0.16/1.00 vMB 137
182,487 182,487 00000000000002cb1402ffd6c6a71768aa0b8246035d2378ae7af968b1ada789 140 0.05/1.00 vMB 208
182,486 182,486 00000000000009989c9a9ea120240c0b29a12666695893e12fc7564cba595e27 124 0.05/1.00 vMB 117
182,485 182,485 00000000000005a12b10079da65be5668c53edab3891c1d58a557b52e3d3a8a3 167 0.08/1.00 vMB 89
182,484 182,484 0000000000000124b372fe2bb1ae08b8ad754f33595825924d3cfd9a4ab83cfa 76 0.03/1.00 vMB 241
182,483 182,483 00000000000007aa280d4c70b3f91cbef9b3b00a3872037911363264df654d31 98 0.03/1.00 vMB 142
182,482 182,482 00000000000004c0f56a2a5da3d94ed47845bb15bfbada59c0f96e982f7397bf 9 0.01/1.00 vMB 13
182,481 182,481 000000000000021bf8580f77e3c3280ad796998442532a8bf4a04ca3f84650dd 36 0.01/1.00 vMB 70
182,480 182,480 00000000000003d1a4ec22607d7da12e8a1c6f0a302c17b7888dc304f6541413 147 0.07/1.00 vMB 163
182,479 182,479 00000000000003c2be7a3159a6bd35f535eceede72581a9876dc7b7f82b29fe6 276 0.11/1.00 vMB 130
182,478 182,478 00000000000009c3ec40b3fea2d2b799da22b6259c9498142ab26dd64d5369b4 29 0.01/1.00 vMB 37
182,477 182,477 0000000000000004eec75b7df6629a8b8a8a37b68e3aa7fcac1a50a8f4c9794b 144 0.06/1.00 vMB 140
182,476 182,476 00000000000003011de23d31a0a558a3ab706b43cda98e09bddee2ae0d366433 32 0.01/1.00 vMB 110
182,475 182,475 000000000000007b5cc264ccc46d2c7b91156c8480aba0037b0f8d452b39131e 50 0.02/1.00 vMB 117
182,474 182,474 00000000000004fd67eccd6c46114e0990e63141af9a77acae43f864319c72c5 157 0.13/1.00 vMB 88
182,473 182,473 00000000000001de949c7782896edb28c11a5638d13b0ba15aebfe48325a28ea 118 0.04/1.00 vMB 86
182,472 182,472 00000000000002aa663ab37c07556a3ed3ae8673a59746641f39b3822fa00d8d 233 0.11/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.