Loading Tool

Explorer IconExplorer

Memory Pool

81,312 transactions
31.56 vMB
0.07464380 BTC
Random Selection Loading Transactions
Max Size: 191.73/200 MB

Candidate Block

Mining Attempt 73b14042fe434c550af781e462bbe5d59042645ed58ecd5000b4d7892d6a9af3
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root 731807d439889d65e7e7f5fc634dc071a9b9a6193c01c923726d62419f89820a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,405
Size: 1.00 vMB
Total Fees: 0.00608497 BTC
Feerates: 70.37 > 0.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (262,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,380 652,380 0000000000000000000b6a42b5ca05879a9eee39f84b3cb847f5152885e2121b 2,067 1.00/1.00 vMB 62
652,379 652,379 00000000000000000001f2a87671b7d7673bf2f83c5ad65bb186f4f338871913 1,749 1.00/1.00 vMB 43
652,378 652,378 0000000000000000000e212008b561d9eace4bcd1358f9f869b3c3535d843f9f 2,285 1.00/1.00 vMB 71
652,377 652,377 0000000000000000000793349243f4fcdfbca21f93c63bc874488166f5e6242e 2,371 1.00/1.00 vMB 21
652,376 652,376 0000000000000000000caaaa2a5f70e21c1886e3fdb0c9fea6ccb6dbebf1876a 2,317 1.00/1.00 vMB 26
652,375 652,375 0000000000000000000beb575f9070da3c014f44f984ea8e9546a5a8b271b686 2,277 1.00/1.00 vMB 80
652,374 652,374 0000000000000000000689593c2642b34c83aeb6f176f2328b3165f28b189f6b 2,130 1.00/1.00 vMB 28
652,373 652,373 0000000000000000000c4b19c764b7dfa423efeca713fbdca12f86b314be1bfb 2,535 1.00/1.00 vMB 11
652,372 652,372 0000000000000000000e8339054fa423ca94107877adf8486d5ec1179e9f8e5f 2,192 1.00/1.00 vMB 72
652,371 652,371 00000000000000000004d011c9a9610e18413c0336aa09d3e6fec83c1ec646d2 1,756 1.00/1.00 vMB 4
652,370 652,370 0000000000000000000dd697264cdb9d190b7e25b34481b48c7f33bab64beccb 1,930 1.00/1.00 vMB 18
652,369 652,369 00000000000000000003e6a8f45aaf789f05564c672825ec90af34358ae0d80e 2,779 1.00/1.00 vMB 66
652,368 652,368 000000000000000000003685ea362466f0ff54735b933f9652e4d075d8f9a898 2,258 1.00/1.00 vMB 21
652,367 652,367 0000000000000000000b62438a0aa220028ee68a14b72b66585383dabeac10b2 2,597 1.00/1.00 vMB 31
652,366 652,366 0000000000000000000bade3ffb482539dc2a6851dbb22d057216e9ed87ab9a7 2,151 1.00/1.00 vMB 41
652,365 652,365 00000000000000000005061382e3900d49ce0c4293307d8d99ceb1596794de23 2,357 1.00/1.00 vMB 88
652,364 652,364 00000000000000000008d83eb772157c88d09bd908d51cdf9828fa2b6e00029f 2,902 1.00/1.00 vMB 44
652,363 652,363 000000000000000000063f5d0ebfc3d0d1054b55e7d31e3855c117689c86daef 2,419 1.00/1.00 vMB 60
652,362 652,362 00000000000000000000e780b0f5d5e064e9a870480f88b91d1ecf1951485d55 2,344 1.00/1.00 vMB 16
652,361 652,361 00000000000000000009328c6158806135cb3bb1709776049185d16164be66e0 1,974 1.00/1.00 vMB 62
652,360 652,360 000000000000000000074092c57708f223016ab5af634ca1bb10f68a3d8b8f6d 2,413 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.