Loading Tool

Explorer IconExplorer

Memory Pool

54,503 transactions
32.21 vMB
0.22369405 BTC
Random Selection Loading Transactions
Max Size: 172.66/200 MB

Candidate Block

Mining Attempt f2ed2740834f087b6d074a20df2734059db176bfb8805de92aa091c42044034b
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 20a24e8cab6aea139d40d1ef29d48afda858f94777730ea874ee62f4f398c85a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,919
Size: 1.00 vMB
Total Fees: 0.11844493 BTC
Feerates: 101.66 > 11.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (335,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,321 579,321 000000000000000000005cf261d9ae5de8e473a95f8de58294cb5510a7f6b476 2,432 1.00/1.00 vMB 89
579,320 579,320 000000000000000000109a453c09d5040c8d765a971d56a287a2dab580de2918 2,664 1.00/1.00 vMB 124
579,319 579,319 0000000000000000000b2912fc1a4c0dd7986575fd988ceb3708a1d5b1e4b86b 2,782 1.00/1.00 vMB 181
579,318 579,318 00000000000000000005242d8c3ed43c7c288ca57de2aa2b39421623ab3a68e4 3,002 1.00/1.00 vMB 105
579,317 579,317 000000000000000000240782e53de9132c5d9202fbddcd7fc0ecd939cf548c4f 2,962 1.00/1.00 vMB 143
579,316 579,316 0000000000000000001caf8cefceb14182a78e49f36022e9a8c8881a3c037ce0 2,640 1.00/1.00 vMB 198
579,315 579,315 00000000000000000015665943ae02cd2baccd91f76bc3a0126eee9faf0b920b 1,796 1.00/1.00 vMB 36
579,314 579,314 0000000000000000001000ae5ba99ce2d67759428b023f1af19c58b423b511ab 2,357 1.00/1.00 vMB 42
579,313 579,313 00000000000000000016837311136705ecde8caacc2f367d0292388fa7fc913e 1,864 1.00/1.00 vMB 22
579,312 579,312 0000000000000000002533d8b6011145784d858f47e1fe4f2e6ed9ea387b51d8 2,595 1.00/1.00 vMB 119
579,311 579,311 0000000000000000001cc35270efd7d80448b2eddeaef97b69c62095b1ccaece 2,370 1.00/1.00 vMB 183
579,310 579,310 00000000000000000003c9069ec7fe40a3951896b4a1e34a760753f90d5f0303 2,260 1.00/1.00 vMB 94
579,309 579,309 00000000000000000012daaa5a52adad5de11ecfa472a34f6f3f399185c2de1d 2,352 1.00/1.00 vMB 52
579,308 579,308 00000000000000000024d2c9fced58d795b87414297eff4f4e1890969c8320a9 2,454 1.00/1.00 vMB 110
579,307 579,307 0000000000000000001d4b696e2e43a16a9d148a9de69b7970ad39c559372f8a 1,026 1.00/1.00 vMB 44
579,306 579,306 00000000000000000001e41c2c0e2a50fd6d68181745797ccbe26bdd1f68eb5b 1,673 1.00/1.00 vMB 50
579,305 579,305 00000000000000000012fb478645db5e8b6c32d5cfee2ba7e0b43070670fe282 1,343 1.00/1.00 vMB 4
579,304 579,304 0000000000000000000c6a3fd644c15ae73ad2d8a3153659fbd68333e206b3fa 2,039 1.00/1.00 vMB 122
579,303 579,303 0000000000000000001bc30a45b17c6170031894cb658ef0f7f38901c074a4f4 1,261 1.00/1.00 vMB 36
579,302 579,302 000000000000000000075e80b3a6b58724cf219641622ea60dba4cbe91654252 2,040 1.00/1.00 vMB 104
579,301 579,301 0000000000000000000f15aea8d8af5fe306f05f4422a608947cec767df085af 2,020 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.