Loading Tool

Explorer IconExplorer

Memory Pool

18,937 transactions
8.45 vMB
0.02764706 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.68/200 MB

Candidate Block

Mining Attempt 0cb6ac0df9f31f2035e68d60df7cb5dd1f7be69837e4808fcd31b12991419cfb
Version 20000000
Previous Block 000000000000000000011207d815dcab53014ede61d467451b27e34c6dbb1c7f
Merkle Root e590df9e8ac97cd3bf4640862bec676590ea7e55ff730c488889a259c60d2b7d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,905
Size: 1.00 vMB
Total Fees: 0.01007886 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,432 (755,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,548 157,548 00000000000003c64bfce322a7dbc1f5fb57a1f2759fa4c8e36a190af7856094 71 0.02 vMB 49
157,547 157,547 00000000000003091a599cb6c85b47f5cd38f5bbe1b702199bad6af38f3c2ea2 7 0.00 vMB 42
157,546 157,546 00000000000005bc0a4c7aa5cdf068a49439cce77ce673ec053db3a7b85dca2d 9 0.00 vMB 288
157,545 157,545 00000000000007d7852886df59f9795ccde3cf3fad3d64abb5969a4584f40249 49 0.02 vMB 245
157,544 157,544 00000000000004368b2ec36330a8ec2f2f02a654412203f980a91fdf46693e0d 49 0.02 vMB 226
157,543 157,543 00000000000006a385bfcf69f58e010a26909f359f164b2f6edea99278fa084f 40 0.03 vMB 196
157,542 157,542 00000000000002cc84adc3800af4e1b5f955b4b83c89f0d7cc23446f539268ef 10 0.00 vMB 521
157,541 157,541 000000000000083c21203dbed56b386e2c7bd156ab9c68fe337941a5e3c30f24 104 0.05 vMB 181
157,540 157,540 0000000000000d2ce0247c56b05f2623a4220bf3bee56028900c67e69d0d309c 9 0.01 vMB 213
157,539 157,539 00000000000005b7585c4e4cbe9c3b86027d8aaac841628847454766f042fb31 34 0.01 vMB 541
157,538 157,538 000000000000081bf363c9bc60b11f06430a5812dc70acb61feb79586f438234 66 0.04 vMB 447
157,537 157,537 0000000000000b0ef5a1d8f3470cfc33a505d2b0710eb180ee1944502e0d721f 78 0.02 vMB 2
157,536 157,536 00000000000009dced00862b33262b3a668983ff544e0e7411680c7682d44b60 20 0.01 vMB 57
157,535 157,535 000000000000065f5ab04383161ec9040d7eaa6a2f507802904560738011f770 52 0.03 vMB 1,385
157,534 157,534 00000000000002bff2a06006f271603441cd0a76c140ff7946913e678f100209 60 0.02 vMB 150
157,533 157,533 0000000000000292b6567c1a9e4d48134b938cbd3428281089d8fbbb647fa39c 63 0.04 vMB 73
157,532 157,532 00000000000007b6f79a5264840fbdc813b2a94acb3dda59b94991e6aa320e2a 10 0.00 vMB 143
157,531 157,531 00000000000009ac4c8662707b3b2bfc3767c82d5932e17020e7d4b183195e6e 43 0.01 vMB 0
157,530 157,530 00000000000001911ae4dae745c59b2c97d99068fbf30df5ab57b3095509a57c 15 0.01 vMB 28
157,529 157,529 000000000000001935db1028dcba0a449ab5ab4016fddc4108c1ec9e80c6da13 13 0.00 vMB 0
157,528 157,528 0000000000000b5fab2b79e28545a52064836d2e6cfda870e313e472ee4e069a 108 0.05 vMB 155
Previous 10 blocks ↓
Total Size: 779.62 GB

Node Details:

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