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 (42 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,069 938,069 000000000000000000008af175acd65aec17c09b957868ec30d2eb2c37fad639 4,138 1.00/1.00 vMB 1
938,068 938,068 00000000000000000001a40c5edf8e79328254a257bc3bb0274e25dc80f445cc 2,213 1.00/1.00 vMB 0
938,067 938,067 00000000000000000000235d80e8e29d0b20833379c4038a9e9d7713e537751b 45 0.01/1.00 vMB 4
938,066 938,066 00000000000000000000856e68c971e6b7531588ed5782614555143d21b80551 3,493 1.00/1.00 vMB 1
938,065 938,065 0000000000000000000094b8ff12854fe2eec3b94eb6fe9e518611c447d142e0 1,890 1.00/1.00 vMB 0
938,064 938,064 000000000000000000005ee1c1a288b15d11e3b57128fff560f89105f43d0ac3 2,906 1.00/1.00 vMB 3
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
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.