Loading Tool

Explorer IconExplorer

Memory Pool

77,578 transactions
28.55 vMB
0.09782498 BTC
Random Selection Loading Transactions
Max Size: 173.56/200 MB

Candidate Block

Mining Attempt e83bd867f2a6c94689ce5be5ccc1244b18a8dc170ec0f5d9c4f5b1478bf28f69
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root a8cc0c80d679da11cd6d772cef335d8255d2bcac95bd19968a5a22927753a1c2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,873
Size: 1.00 vMB
Total Fees: 0.03276047 BTC
Feerates: 201.07 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (630,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,375 284,375 00000000000000009be3ce6701d570a5e1e21b0073e94d2d89a5ed145271e9f2 1,022 0.35/1.00 vMB 63
284,374 284,374 000000000000000085940986ef237e6cd1963a61300e32e632e612bbb405b326 735 0.25/1.00 vMB 72
284,373 284,373 00000000000000018a481988e5624f5fbedc29bac40dd5684f64da900b2716b4 311 0.14/1.00 vMB 39
284,372 284,372 000000000000000136fda4a4a4e165f1b6eb78c7b90376495dea1101792f1ea3 293 0.18/1.00 vMB 29
284,371 284,371 000000000000000087500389e7a577a2d46f0e88877a8eced787dabb17666476 139 0.05/1.00 vMB 107
284,370 284,370 00000000000000016b22ce4a65c0088eccb35c1d5ae97665059f79e64f80358b 166 0.10/1.00 vMB 42
284,369 284,369 0000000000000000b79af01c9d8c4dbe848804b986ad005964cad9a9ae8b4db5 139 0.05/1.00 vMB 60
284,368 284,368 00000000000000019966f01db3f4175ed5d29195f0080ebba3e19a4e3713d3ec 35 0.01/1.00 vMB 43
284,367 284,367 0000000000000000cc7c072301da7ceac9c5ba949b1e441cb4fcaf598264235c 614 0.35/1.00 vMB 43
284,366 284,366 0000000000000000a1f9ebf7133fd368bb4378b2ca4aba31975127bc5cf1f3b6 499 0.26/1.00 vMB 31
284,365 284,365 000000000000000006f43f9f5536384c24ca98e6d26c2c46b5f42f5b22617a15 68 0.02/1.00 vMB 42
284,364 284,364 00000000000000015f6c72c59bed624c9ed83e8f93eb0f593d818f9c1037a198 374 0.19/1.00 vMB 38
284,363 284,363 0000000000000000c8818471cc615f071e12c7e0e2053b0c8930f46d1ff4bcfd 295 0.14/1.00 vMB 46
284,362 284,362 0000000000000000dc774b7b04e4c4347efd497722694c1bd648899211a752e6 104 0.12/1.00 vMB 17
284,361 284,361 0000000000000001026fdb749c8d29e74cdd966a91e81cc5cb046e23a41b92eb 512 0.22/1.00 vMB 49
284,360 284,360 0000000000000000e7528508f0aac8f2054d7b5600b6cc1e73e78d775e8d1b2b 553 0.25/1.00 vMB 47
284,359 284,359 000000000000000009d9eb19100624b9afc8f521db33574943914517ff2a827a 839 0.50/1.00 vMB 38
284,358 284,358 0000000000000000c5c06083cb0eacb422a8a0601a82646965fe236a89795bb4 600 0.25/1.00 vMB 60
284,357 284,357 000000000000000155cfeab5aef51cb1009f8ef2f5f43f977da3e3f4c311e355 697 0.48/1.00 vMB 31
284,356 284,356 0000000000000000bae5f1047b0fb30983fe9fdc8bd4059f73f5b9970df25329 379 0.16/1.00 vMB 53
284,355 284,355 0000000000000000c01e69f076d72483f8e62d49c1794fde89007fb63f32d5d5 429 0.19/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.