Loading Tool

Explorer IconExplorer

Memory Pool

17,987 transactions
8.58 vMB
0.03102666 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.93/200 MB

Candidate Block

Mining Attempt 9230719ca3557e530bffdef351c5ef1fa9f920d2f078bb46acc46a93c4761035
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root 61c3ba29423893d1c24869f67178cf1e44740e12d9928e1b5c0eb5ffdd7dfcf3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.01250993 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (564,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,722 348,722 000000000000000012aaf7e36b2149a78d5e92b86ecae524926362c1ebadee23 43 0.02 vMB 53
348,721 348,721 0000000000000000049bccefa4ff8acaf1f238bc00f6fda0772d487ed6b5da98 482 0.55 vMB 13
348,720 348,720 000000000000000001a6dc9b5ba27117744a4740d6eee6c4527bc5c9b8035052 643 0.25 vMB 52
348,719 348,719 000000000000000001dbfcea514bf15022c928f3a07ac338c86ce5db24dbd10d 899 0.45 vMB 33
348,718 348,718 00000000000000001340c018e74451eeb499830702e7257ddc20e7acda166e6f 826 0.55 vMB 25
348,717 348,717 000000000000000011e55b93cbb2898eaad8f8164ada5eebeb6e8ae978865f50 683 0.39 vMB 27
348,716 348,716 00000000000000000a7ac973b9a8591361f6bc6e6b6b69eba7872b140ac3fc3c 247 0.16 vMB 10
348,715 348,715 00000000000000000e536f7eeab408ac332778d50bee76ce144dca2bdce7e42b 142 0.09 vMB 24
348,714 348,714 00000000000000000f132b04b8c033a75f3dfa7c30ef145cab24a2cc6c6b1948 791 0.75 vMB 18
348,713 348,713 0000000000000000141d3dcecf8b74ef49809866d62a7a5ef6c5c5e19229b5e4 1,629 0.90 vMB 28
348,712 348,712 00000000000000001007d7c920e47f72329aa4e7d2186668e93df0ebf73b5ecf 512 0.73 vMB 14
348,711 348,711 000000000000000012f12175c3a81c5c22151acb8d3a7a425d7fe193e28b1c42 1,054 0.35 vMB 38
348,710 348,710 00000000000000000e4973feb044df87f2632ff41e268f00edfdfda569809a9a 415 0.48 vMB 17
348,709 348,709 000000000000000017189c6addeec9ad39d72a3e4cabdd405e922718d219a942 273 0.28 vMB 17
348,708 348,708 000000000000000005b583f2ebb0432936f9fae8b5c763c52933d483d1b2bce1 241 0.40 vMB 14
348,707 348,707 000000000000000011cd5f2162237b35515e3429c3542dda348de61039d3d194 32 0.01 vMB 15
348,706 348,706 00000000000000000f2c74ca540ef1d31cee8cb7fe22f4d3363138989beb1c2f 171 0.76 vMB 10
348,705 348,705 00000000000000000033c122a50469c626fb201eb17e21346dc4319c1959177f 1,215 0.75 vMB 24
348,704 348,704 00000000000000001692d0ad5d8205879904a7644907912983fa506cb87c1d97 79 0.11 vMB 9
348,703 348,703 00000000000000000517fa36f9231a3c8c570b56f715a000d94d9f19779a42da 1,019 0.63 vMB 24
348,702 348,702 0000000000000000169d0a31562808f87bf3c8001994dce36c00c2926ff16a87 692 0.37 vMB 17
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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