Loading Tool

Explorer IconExplorer

Memory Pool

25,030 transactions
12.29 vMB
0.03510232 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.12/200 MB

Candidate Block

Mining Attempt 9fc235fc8a083d65c7c24f1e940e1d75db28fc40b140777979056128a64c36f0
Version 20000000
Previous Block 00000000000000000001268a19f99a88ed20e383fadd73cfb09cc0cbd48307e2
Merkle Root 0745814c26dcec63e6e32c490913760ed3096af1c395488ee68bc95f1e9291e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 0.99790525 1.00 vMB
Total Fees: 0.01252398 BTC
Feerates: 29.85 > 1.26 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,652 (754,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,002 159,002 0000000000000af9b7a9f4b325aaada5f24837da252c31668c90a6d213b21d89 15 0.01/1.00 vMB 26
159,001 159,001 0000000000000586e86188be77cd86356a466375d79e235dd845acb13b104dff 14 0.01/1.00 vMB 14
159,000 159,000 0000000000000de25617d0cdbfce23b41289abb01c46b78b0f8128126929ec00 5 0.01/1.00 vMB 24
158,999 158,999 0000000000000c4ae6c7b4aef3fcafab9fe8f8f2b5e9c158ee3ead8911252429 88 0.02/1.00 vMB 34
158,998 158,998 0000000000000a1e59a9fdd583b8645f7d497209cd237f93f818c202848633f1 12 0.00/1.00 vMB 17
158,997 158,997 0000000000000c4ff47551dc23c13a69e98fa36848d8d959d1cbb7e4c97b6d9c 21 0.01/1.00 vMB 37
158,996 158,996 000000000000028eb937c59aab49eb52ef587ec9ede6599a5680c74f13e8f6be 62 0.03/1.00 vMB 78
158,995 158,995 000000000000003a4c16b6c92255da3c5a2e8d22570cfaa7e273942133db6e41 72 0.04/1.00 vMB 55
158,994 158,994 0000000000000dceb665109ceb6e2792bcfd13e6782461eaabc386a3c805247c 21 0.01/1.00 vMB 80
158,993 158,993 00000000000004b5094046c28f7f54a28318a6a07e9129e5cf32235ba7515292 12 0.00/1.00 vMB 0
158,992 158,992 0000000000000973bbc73a3dffba008d0c05746a9d20b2bc0b0f7f143c664386 23 0.01/1.00 vMB 77
158,991 158,991 0000000000000e499a10ff12fd0276a84e4ee314677382f0a947169f1778fe94 24 0.01/1.00 vMB 0
158,990 158,990 0000000000000826dea3ef0d1315f77b94c080908f765d50d8dabd399f14fdf1 81 0.02/1.00 vMB 15
158,989 158,989 00000000000007b87105572c3f6d9b10cb899190a80c0d9a2d5d78fc712e0124 58 0.03/1.00 vMB 52
158,988 158,988 00000000000007ee50d6b3becc00a21f8f5025a72b57119f17b16a9904140783 7 0.00/1.00 vMB 124
158,987 158,987 0000000000000c009412f546e7180eeee49fac70c89f764dccd74af3213f3292 13 0.01/1.00 vMB 15
158,986 158,986 0000000000000874dcae527793d3cdcbffc777c2971045b88dbd2a1ef85e467d 25 0.02/1.00 vMB 246
158,985 158,985 00000000000003b50722e5b377feff20a60ab6abc754daeb6ad68ad3d0036e07 36 0.01/1.00 vMB 145
158,984 158,984 00000000000007f49e72cc73b01e84fe791f7fd925953490b016eeca9a7869c3 25 0.01/1.00 vMB 219
158,983 158,983 0000000000000429941f3ba8555e7474445466fa1bc0a7a2688ecdb6e762df5d 24 0.01/1.00 vMB 239
158,982 158,982 000000000000053eb6e1118c74219013231a250f8d2beefe2cacc10582df096b 39 0.01/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 780.00 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: 477.46 GB
    • Received: 3.09 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.