Loading Tool

Explorer IconExplorer

Memory Pool

77,844 transactions
29.01 vMB
0.06863678 BTC
Random Selection Loading Transactions
Max Size: 173.59/200 MB

Candidate Block

Mining Attempt a1269d12ea02a1284540b980ab703d9f34bc11f9184953c3cda47c729355db15
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root e73d8514fd5489eb45e9c8a62b32c9e98b15283a09c8d9529c66726d91eb1b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,389
Size: 1.00 vMB
Total Fees: 0.01002640 BTC
Feerates: 73.20 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (390,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,382 524,382 0000000000000000001ff70b40979dab1f6f6744beb7b525b922ea5582f1c6a6 738 0.25/1.00 vMB 20
524,381 524,381 00000000000000000011332f6da6d37924fbf961fbee3f503cb86eda446701ee 427 0.16/1.00 vMB 28
524,380 524,380 0000000000000000003a43e52549d461447a6fec2fb239be9c8b289ddac1a6ee 503 0.16/1.00 vMB 32
524,379 524,379 0000000000000000002e556467f088a7d516af98fb980996f88e22fbc3b61727 489 0.21/1.00 vMB 39
524,378 524,378 0000000000000000000ea3d5fba8744aac64b7b23d7dce31a4c9c7b460acf699 681 0.21/1.00 vMB 27
524,377 524,377 000000000000000000309f4a5c55a3ddbf6bf49ac310cbbd04d0b7b200d7673a 1,293 0.44/1.00 vMB 31
524,376 524,376 0000000000000000003404007efa1b23c68673a79a8de45bd17d6ec7ee0bf46d 2,543 0.99/1.00 vMB 25
524,375 524,375 00000000000000000007cef9963cbdb1e44f099ac894d200e0a6d3429a0449ba 2,738 1.00/1.00 vMB 40
524,374 524,374 00000000000000000004de45337e2d2f27e246c46800da5c13bb05c6bb16fe00 2,633 1.00/1.00 vMB 48
524,373 524,373 000000000000000000213e69a5ad3062b2384e8f2177cdc30bc24e1b43155f08 1,343 0.64/1.00 vMB 14
524,372 524,372 0000000000000000003d0c8d5e5cfc1fcd81ebb5091c123db2d0baf5164574db 588 1.00/1.00 vMB 23
524,371 524,371 00000000000000000040349bb6ed73233cbe73ca0fdbd7f6c9b62f89e54d5062 2,396 1.00/1.00 vMB 38
524,370 524,370 00000000000000000039813022f36d2d5ada6c47e78ab3d4aded3a596337650d 558 0.17/1.00 vMB 98
524,369 524,369 0000000000000000000f10b6cb62d57db6b75cb139e0fc55c1dd2a09725ec413 2,906 0.98/1.00 vMB 35
524,368 524,368 00000000000000000012f3ccfce23c5f45f45fba68a2024f0d813e25c8056f0f 1,925 0.72/1.00 vMB 24
524,367 524,367 00000000000000000010eaf79ebef786d95fee2b020220f4cd299e78320cd5f9 659 0.35/1.00 vMB 50
524,366 524,366 0000000000000000001e1e8358613b3ea77cabdbecd0c38ae29a68d655caf0bc 240 0.07/1.00 vMB 21
524,365 524,365 0000000000000000003d4ff816f5ade1b0a9fdb9c8c89bc04bb1910cb11a630a 1,671 0.57/1.00 vMB 32
524,364 524,364 00000000000000000013e43eda44689c83aec4b86d32fb63f9c11bb0807c3a94 120 0.04/1.00 vMB 28
524,363 524,363 0000000000000000003a8b501f374fcc1f733e202287ce8b367d2768364d1ac7 2,619 0.97/1.00 vMB 37
524,362 524,362 000000000000000000399ce87d41fb5525024ca3c56fc2fa55d9b56dd7e96278 1,206 0.42/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.