Loading Tool

Explorer IconExplorer

Memory Pool

13,851 transactions
3.26 vMB
0.03384002 BTC
Random Selection Loading Transactions
Max Size: 22.81/200 MB

Candidate Block

Mining Attempt 3440e5d90c2876b46aadcab505dd3dbb2675eff203d6b5665d3b509ad48d8d79
Version 20000000
Previous Block 0000000000000000000151f4233ed9c2500e58ade2d7579780c701784c30a358
Merkle Root ff311b251a2e4ed45992f64e6a12da30881e70a1f4ce7c24b9e02e74e843be42
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.02863777 BTC
Feerates: 150.75 > 2.87 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,144 (81 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,063 938,063 0000000000000000000014cadb5a807fbbcf13d8fadd75c62869dc5ef904e627 4,368 1.00/1.00 vMB 0
938,062 938,062 000000000000000000018ef242379c3a0a2c72650f4b9285235ec7f960c4d975 2,665 1.00/1.00 vMB 2
938,061 938,061 000000000000000000006bf82b4407ccce8ef6f6ba4e2412bfa6a88ddb5a9fe7 5,066 1.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 823.40 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,083.42 GB
    • Received: 223.64 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.