Loading Tool

Explorer IconExplorer

Memory Pool

78,305 transactions
29.57 vMB
0.09370775 BTC
Random Selection Loading Transactions
Max Size: 180.38/200 MB

Candidate Block

Mining Attempt 228cd07068d2ff8386e6e004eaee28de79cfa093c7c0088423af4d40519b3f7f
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 00b9d612f732ded7b061fa1821a1094bca99160c81978eec33edb9a60aa3e00a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.02865081 BTC
Feerates: 301.35 > 2.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (513,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,313 401,313 00000000000000000684beb7673bd3e4d4349b67d8e22d41672a378a17dc0689 2,826 0.99/1.00 vMB 66
401,312 401,312 0000000000000000018aa79368c6dc70188c476d7bf998d0d0f7f12f360a6740 628 0.98/1.00 vMB 13
401,311 401,311 0000000000000000050d65fe3f08859e6eeadfb8c31c99108e7f5663fd9fa017 1,902 1.00/1.00 vMB 38
401,310 401,310 000000000000000005ace5bab9efebd7cbb53d9feedb1bae6a1fef77ed7f4233 2,724 0.93/1.00 vMB 82
401,309 401,309 000000000000000005489109f5179c7ae87e989a0587c6a5de298be09994e84e 1 0.00/1.00 vMB 0
401,308 401,308 00000000000000000357ae0c48f9b923095361036191ff8e991f812ea6136142 3,099 0.99/1.00 vMB 84
401,307 401,307 000000000000000006ae17d28b953d8a71b8de3a499fa004157f4c63d2f24fd9 2,718 0.93/1.00 vMB 78
401,306 401,306 000000000000000002b5bffb32f315338e2a8adc1c027e55dc5865a8d3a77d1b 396 1.00/1.00 vMB 10
401,305 401,305 00000000000000000011eb6c9aa40626f5639cfaa1461adfde5f55e86116a7b0 2,128 1.00/1.00 vMB 50
401,304 401,304 000000000000000001402c8c70a3f17435030c61a2af36f167bf336b51b258de 2,867 1.00/1.00 vMB 59
401,303 401,303 000000000000000006910040284ea1769d482a4ab7ea65b30af14aabc2b69749 1 0.00/1.00 vMB 0
401,302 401,302 000000000000000003ab3fee4bedfd4c8afa723454e322b44b69dd42262ecf9b 3,512 0.93/1.00 vMB 109
401,301 401,301 0000000000000000052af6aa1ee11e3b610cc1cdce734d74d371f80fdd963492 1,674 0.99/1.00 vMB 44
401,300 401,300 000000000000000003d0306658dfd02d7c78cdc54d076e4af282f1403887f19f 903 0.92/1.00 vMB 26
401,299 401,299 000000000000000003a36de688361b238c08c0227fe470f2773d60f684f96eb4 1,844 1.00/1.00 vMB 41
401,298 401,298 000000000000000006364ea2b539f25e8391e4b2cfeb5a511010d27f70ad1f80 1,274 1.00/1.00 vMB 35
401,297 401,297 00000000000000000240392d36f83450534c0a19a00a5ccdc81c777ef614c695 1,748 1.00/1.00 vMB 56
401,296 401,296 000000000000000006df1f358b8df3a17de8b53dbd2b704a4eaa1ba4a3ae4d13 1,894 0.93/1.00 vMB 46
401,295 401,295 000000000000000004395753da6bafa6b2d8cbf76e8371599a8910604d6c0465 1,481 0.99/1.00 vMB 36
401,294 401,294 0000000000000000000295241c6c47ba37730a714eeafbe3eb1fc5cf7e21e816 1,489 1.00/1.00 vMB 32
401,293 401,293 000000000000000000db29edb2756cc8020a2eecc943405daf74d8bb5b8446b2 2,487 0.99/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.