Loading Tool

Explorer IconExplorer

Memory Pool

76,983 transactions
29.04 vMB
0.07851541 BTC
Random Selection Loading Transactions
Max Size: 177.46/200 MB

Candidate Block

Mining Attempt bc1f7853d3ab0084b56deb9e5a3198c46c467a188302db4cd1bcb117a0977968
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root ca338a7ce166840c7a028b321a12f6f66546fc8af9b9df2bdadaf735206eeda6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.01511956 BTC
Feerates: 301.35 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (454,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,420 460,420 000000000000000000df9707b786e9db1fd88aae39a1a2c69a51182ab06be425 2,313 1.00/1.00 vMB 244
460,419 460,419 0000000000000000006b6982aced1f4c70045cbab72f96e846fb2fda7ace304d 2,804 1.00/1.00 vMB 197
460,418 460,418 000000000000000001a51a6cff360a8dc52dda8c49ff171a929867f2a638a80f 3,287 1.00/1.00 vMB 124
460,417 460,417 000000000000000001f2e38464aede972aadf68efd21125356803c8f58cae730 2,701 1.00/1.00 vMB 142
460,416 460,416 0000000000000000019dacc3854fd02baa6551ee2fc3f710304c7ef580d70821 2,227 1.00/1.00 vMB 161
460,415 460,415 000000000000000000848d14d9860dad5a6ee942c14810606bbf62b153a71945 2,554 1.00/1.00 vMB 168
460,414 460,414 0000000000000000020831368cba0a6677136dc8ca084768e5ec686f0235faf4 1,988 1.00/1.00 vMB 138
460,413 460,413 0000000000000000011933aaa50da3ccb75f5a3393723faec04dc418a80183e5 1,961 1.00/1.00 vMB 108
460,412 460,412 0000000000000000016c6c1e9256b3be561d14a7033282cd4db9bbe2d3e02b59 2,379 1.00/1.00 vMB 193
460,411 460,411 0000000000000000006c56c47cd49b176c5c8ac8dfda07216323aba4f15bddae 1,581 1.00/1.00 vMB 158
460,410 460,410 0000000000000000014db2ea96c3a9e140c87f49b95a5b0d0467ef635f292420 2,390 1.00/1.00 vMB 283
460,409 460,409 000000000000000000062637ee240900ccae223a6d09b5f311170da1efd283f1 2,313 1.00/1.00 vMB 154
460,408 460,408 0000000000000000020c2750ee85fb0d76c2c20f069cd9ec7da44e7d68af668d 3,668 1.00/1.00 vMB 136
460,407 460,407 00000000000000000075fb56ff58e926a6292fc078e963eb56d892490c4005bb 2,250 1.00/1.00 vMB 127
460,406 460,406 0000000000000000021c25b8ecf2c577a2eb151157100cf61e4657b4b16a1d70 2,362 1.00/1.00 vMB 142
460,405 460,405 00000000000000000014a06fe79e615aa1646558103a3f6976998797a3b85eff 2,120 1.00/1.00 vMB 205
460,404 460,404 00000000000000000201e12e1292aa8e1412ab1b84ad37d8e515fe62e2f739b7 2,493 1.00/1.00 vMB 123
460,403 460,403 00000000000000000225d57439fa8886b39f05f7faea522b02e6f67e75e1a26a 1,427 1.00/1.00 vMB 154
460,402 460,402 000000000000000000e104bb94545d377b3d6b8f4cce55024b2c2ecf76a48b6a 2,349 1.00/1.00 vMB 171
460,401 460,401 0000000000000000021a77f456945e7acac380be5868bcb8cb9fb9e466ce522c 1,939 1.00/1.00 vMB 150
460,400 460,400 000000000000000001592d85bcef8e2b6d19bee1906a40afd63757aae58002cc 2,632 1.00/1.00 vMB 171
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.29 GB
    • Received: 17.05 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.