Loading Tool

Explorer IconExplorer

Memory Pool

17,519 transactions
3.56 vMB
0.02270754 BTC
Random Selection Loading Transactions
Max Size: 26.81/200 MB

Candidate Block

Mining Attempt 3ee18e96aacac9e2b6804f16af8d0dc1bf5bfd69fec811c3ff749c8b035ed11e
Version 20000000
Previous Block 0000000000000000000007471515c1d5d7637c0f4cca4b7de393a113fb335c7c
Merkle Root 82062260bcc03ddfad11cdc7bbe43f778a497b406e0c6e8d6ea4144e83d7f6fa
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,682
Size: 1.00 vMB
Total Fees: 0.01965303 BTC
Feerates: 1,008.66 > 1.97 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,111 (53 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,058 938,058 0000000000000000000176dc14dfb03735204198dd436a0bd2fa8fbca5e13192 6,696 1.00/1.00 vMB 0
938,057 938,057 000000000000000000006649694a6c4e916a1aa4482002bade36e4533c3f4a66 4,783 1.00/1.00 vMB 1
938,056 938,056 00000000000000000001b4f77dab0ae76cf9a82ee3a11d863654d68b3c89a376 4,671 1.00/1.00 vMB 0
938,055 938,055 000000000000000000018d8c54f5b100598fde964b9a67808011ab34c5738db4 1,357 0.37/1.00 vMB 3
938,054 938,054 000000000000000000019032a7e5ecfaa2b6fa854fe45b4d5c322480713e5367 1,111 0.40/1.00 vMB 2
938,053 938,053 000000000000000000012f636d9fc43a214ddeccc04f0aecdefd0f4ea1926554 753 0.26/1.00 vMB 3
938,052 938,052 00000000000000000000c36cb1f78d048ddf230ce72bc9cb09e0df7ff73bc6fa 5,906 1.00/1.00 vMB 0
938,051 938,051 0000000000000000000125d8ede3134bc792675bfe6bdc206d0e038f36f5290c 2,470 0.76/1.00 vMB 2
938,050 938,050 0000000000000000000056f01e8141c6f44f82bb467eaefa3be7a474b8e8a783 4,322 1.00/1.00 vMB 1
938,049 938,049 000000000000000000012e18d27e5a2964c0f347c388c56004a47775af12b9c5 3,987 1.00/1.00 vMB 1
938,048 938,048 000000000000000000018e3ce7ed9975d8f7ac1201a1a901b58429b287657029 5,512 1.00/1.00 vMB 1
938,047 938,047 0000000000000000000167530a19ea7f7c00a9a4c1c78c9e86e02806da4b513b 4,489 1.00/1.00 vMB 1
938,046 938,046 000000000000000000016df5032b77f0878922eadd7c32b9a73aa65f9cf8fa0a 4,675 1.00/1.00 vMB 0
938,045 938,045 00000000000000000000b57559644fe39cd06664b65d2d581f297386666346b2 3,630 1.00/1.00 vMB 1
938,044 938,044 00000000000000000000baff68d96b78915613216cde3a68d4af0062b41d883a 3,839 1.00/1.00 vMB 1
938,043 938,043 00000000000000000000fe50366923a13ad715ed0ee0e38ebbbff2f25362fb0a 2,119 1.00/1.00 vMB 1
938,042 938,042 0000000000000000000054ba15c5ae859dcfddb018a08dc25b91e1eb2069e0de 2,043 0.56/1.00 vMB 2
938,041 938,041 000000000000000000008d244cc91107e6631017869c7bfc2f49250df9d96354 1,827 0.63/1.00 vMB 2
938,040 938,040 000000000000000000003318072f5f947647f7d62c86eb182e1610ce74517e44 1,440 0.38/1.00 vMB 3
938,039 938,039 00000000000000000000b57c2329118c95ccf4b5758adda2b9bad5fffeda0f11 4,989 1.00/1.00 vMB 0
938,038 938,038 00000000000000000000e85db1f839d2175d2313e14df74caa467e534b2a1d85 2,651 0.72/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 823.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: 4,082.11 GB
    • Received: 223.40 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.