Loading Tool

Explorer IconExplorer

Memory Pool

5,739 transactions
1.13 vMB
0.01138559 BTC
Random Selection Loading Transactions
Max Size: 8.44/200 MB

Candidate Block

Mining Attempt b83e20d0d1e1e64d1ccb2819d1aa3b23d57a6383417bfc6d326dcb2c0bc806cb
Version 20000000
Previous Block 0000000000000000000192c31d103e45cc56aa7a2843c10defc38cbc689372b7
Merkle Root 647c90e1573e010a53e3b02e50a2e61885cc45b8e1b679df763703deaf3e0256
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 5,428
Size: 1.00 vMB
Total Fees: 0.01088519 BTC
Feerates: 75.72 > 1.09 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,150 (90 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,060 938,060 0000000000000000000101a80504e5dd207efbcacb12b155851e48e6c225442d 2,235 0.63/1.00 vMB 2
938,059 938,059 00000000000000000000d3fbff2c4047adc55c93144d8d1d885e3fd79cb3db72 2,472 1.00/1.00 vMB 3
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
Previous 10 blocks ↓
Total Size: 823.41 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,084.41 GB
    • Received: 223.68 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.