Loading Tool

Explorer IconExplorer

Memory Pool

75,881 transactions
29.64 vMB
0.06768963 BTC
Random Selection Loading Transactions
Max Size: 179.25/200 MB

Candidate Block

Mining Attempt 30320fcec7190e0fc2d11080104c40b4ac2633811d8fbb696d3429a8d0b4b450
Version 20000000
Previous Block 00000000000000000001202d9deac2496cbee3e462561514b22f7bca5f959693
Merkle Root b087b306b8fceb4fa0dee561f5fa1433c4e2f06d091f56f0e26cc19156090970
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,179
Size: 1.00 vMB
Total Fees: 0.00523271 BTC
Feerates: 50.90 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,206 (477,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,250 437,250 0000000000000000036777752628d687a010d5b531998b613cec1f8871ef2705 1,208 1.00/1.00 vMB 30
437,249 437,249 0000000000000000002bee7a6c2c2b395522838cfceb7bb7fcc48e9fbb4760c2 2,067 1.00/1.00 vMB 64
437,248 437,248 000000000000000002861a1535099cea4f15c7415a050300f0b6b3edf4a28ea8 2,364 1.00/1.00 vMB 68
437,247 437,247 0000000000000000001b7251ad145ad8636e1201df7004cfac6c6f4217b68851 1,513 1.00/1.00 vMB 39
437,246 437,246 000000000000000002ff700f94e1151178283498bdc414c5404645922072bdf4 2,506 1.00/1.00 vMB 79
437,245 437,245 0000000000000000007097ad0b431b299c2f5d91bf49e4e3c4681a41cba4c1a9 2,269 1.00/1.00 vMB 53
437,244 437,244 0000000000000000033fb7237ed195395d259f079b4b27d517ab0113e7f048c6 2,993 1.00/1.00 vMB 70
437,243 437,243 0000000000000000026f661542e9d305d67795f01acc9b0ef1a3cdd6ce14f431 1,950 0.75/1.00 vMB 73
437,242 437,242 000000000000000001828e9460d39e8bb4e4125a223647d803c819543df20c41 1,797 1.00/1.00 vMB 63
437,241 437,241 000000000000000001a852f2912b42563d2a3fd4b0af18faa039e2f672a82948 3,196 1.00/1.00 vMB 112
437,240 437,240 000000000000000000640bdcd16d25f44725bd22b9f59978a3adfb654c93843d 2,201 1.00/1.00 vMB 64
437,239 437,239 0000000000000000017a42e930b163ba88c5c090b3c12f3b4e651b888c92cd78 1,676 1.00/1.00 vMB 44
437,238 437,238 00000000000000000256970249a9eb08230a686b5b3c1a5c80a6f4015ae8639c 1,852 1.00/1.00 vMB 53
437,237 437,237 00000000000000000104af40b4cbe0901ee709891638a31c4b79e5c15dd6c390 1,922 0.75/1.00 vMB 63
437,236 437,236 0000000000000000007512ee63a8873f7a46300275a30932116068697ac8b5c9 219 0.07/1.00 vMB 191
437,235 437,235 000000000000000000ea3b0cf4e5249fa1480809d8a2d73ee69a9c9dd2889d1c 1,569 0.75/1.00 vMB 55
437,234 437,234 000000000000000003d35568e7ea1f053fba1795abf5f8a6eebc2742a55d60b0 2,622 1.00/1.00 vMB 58
437,233 437,233 000000000000000001b193b07fb9648e51341aa788683c06ea6d436785cc1b25 1,820 1.00/1.00 vMB 78
437,232 437,232 000000000000000002ba62c249717467008c58a2fe499f258c2a1257bb1204e5 2,783 1.00/1.00 vMB 100
437,231 437,231 0000000000000000021ce08502e50f1bbac5fcf10d308e36855a906d34ce4ffe 2,885 1.00/1.00 vMB 70
437,230 437,230 00000000000000000287ffbb63f9533f7ae86489f8d99a77113a29d61e3bbe91 2,351 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.75 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.60 GB
    • Received: 16.74 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.