Loading Tool

Explorer IconExplorer

Memory Pool

18,032 transactions
10.86 vMB
0.03151123 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.89/200 MB

Candidate Block

Mining Attempt 36d9cb8f6e5d09c2dc078251940a0c0df880099b493f78d059f55cded30497ba
Version 20000000
Previous Block 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39
Merkle Root d1e9368e71327f1c3857500e6baaa97ccca81eda669d309867c62be2416dcbfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,279
Size: 0.997901 1.00 vMB
Total Fees: 0.01416183 BTC
Feerates: 100.32 > 1.42 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,807 (661,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,336 252,336 000000000000003a21d4b0a076d055f2094cc94ae8cebcc9e2cdbde2862bf143 340 0.19/1.00 vMB 89
252,335 252,335 0000000000000049d734fdc3f86a33ca473c6e1b36b96d35f62f497c39c62b0e 491 0.21/1.00 vMB 115
252,334 252,334 00000000000000441b9ce9cdac3752759bcae0d9374366d6de926bb9f3acf798 225 0.08/1.00 vMB 196
252,333 252,333 000000000000001efe183755d245a2d5a3956bf677e1dd35abad860241e4b654 94 0.09/1.00 vMB 36
252,332 252,332 00000000000000475a9e6bbd97803766dc7285279546973c181ae55a9e9fdaa9 555 0.23/1.00 vMB 121
252,331 252,331 000000000000004669b1cb37202e8dd95cabe3937d777427305b078018df7ac2 512 0.23/1.00 vMB 129
252,330 252,330 000000000000000d6da3d3e5d1de5ff705de6eced904f5d8393379b5339ea558 159 0.09/1.00 vMB 136
252,329 252,329 000000000000003f4647aa08dc4ed571edbef27322b2c8ccfcb00ea56b861356 44 0.02/1.00 vMB 116
252,328 252,328 000000000000000a7081e4866450b1cdcab6f65192cf14572bb72d08c7430d46 55 0.02/1.00 vMB 25
252,327 252,327 0000000000000035623237565f2cd53d4785e729b262a32adf389f9d2a6c705b 41 0.02/1.00 vMB 78
252,326 252,326 0000000000000043d7daf4096f7e8163f9ed50b32813d82295359a04dde7eca2 97 0.06/1.00 vMB 19
252,325 252,325 00000000000000337d30c5c9f6fa9061f26216e74381dade54838c7dfb16fd87 617 0.25/1.00 vMB 138
252,324 252,324 0000000000000029e72466080b7806de53613aa4f137e04aee557d59bfea9c3c 280 0.20/1.00 vMB 67
252,323 252,323 00000000000000134b5b1fa20728747ec7837cb802cfe886c17b599ffbecf861 602 0.25/1.00 vMB 138
252,322 252,322 0000000000000041102d7cca7b152b4481748e4aa6222e630870529f6657f3ef 526 0.25/1.00 vMB 128
252,321 252,321 0000000000000003e350bea5ef9e339067952ec75afeef65d4aeedd2f8e5beb1 128 0.07/1.00 vMB 87
252,320 252,320 0000000000000044e81190c4e82a0f25ef96e5db5910017a1c0dcbfdfccc3fed 130 0.08/1.00 vMB 46
252,319 252,319 0000000000000028d11ddd01280e83c5bb5a557390bc55b57f808733acf30b07 594 0.25/1.00 vMB 139
252,318 252,318 0000000000000010d03ebab4b19a52b6d7c17c1b74804e2a97ff03570e30447a 541 0.25/1.00 vMB 140
252,317 252,317 000000000000001e5a5c3eb6d14d66871bc77cc95502c4cd15d471e87eeb7e45 558 0.24/1.00 vMB 80
252,316 252,316 0000000000000000bfccb13b63c06cd5ee7075d2f5cc08b1b2f8e98365f5538e 418 0.25/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.22 GB
    • Received: 4.43 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.