Loading Tool

Explorer IconExplorer

Memory Pool

42,089 transactions
26.79 vMB
0.05711389 BTC
Random Selection Loading Transactions
Max Size: 140.67/200 MB

Candidate Block

Mining Attempt 39499d39f091972e93cd9941b823145f6502cb71de1abd94f2e2721a4464d433
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c0b8517418c315f1fbe545e32de2b4578c6281d7c464866e40756daedf625fbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,487
Size: 1.00 vMB
Total Fees: 0.00747370 BTC
Feerates: 103.41 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (454,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,619 460,619 000000000000000001b5988c941940ed4c82b66a219f28ee28741dcfc91aaa3c 1,906 1.00/1.00 vMB 145
460,618 460,618 00000000000000000023efad57ce09f0d014869cebacb91d6275c94cccb7495c 1,817 1.00/1.00 vMB 138
460,617 460,617 00000000000000000152b88e28aa5b382021709e5131bf2906c0abb0664fb0e3 2,017 1.00/1.00 vMB 143
460,616 460,616 00000000000000000174c39d6a9e0ba8b22a46be5cffaab105ef23b7f52dd364 1,778 1.00/1.00 vMB 141
460,615 460,615 00000000000000000195d611d1fb679aa79692fe85be15c52e284a108e662446 2,287 1.00/1.00 vMB 132
460,614 460,614 0000000000000000019d2bf7e288f9a3ae7b65952948c424692760734d73212e 2,036 1.00/1.00 vMB 186
460,613 460,613 000000000000000000abb249c086ebaf0dddf1d31def2d7597e04340b13858e0 2,669 1.00/1.00 vMB 134
460,612 460,612 000000000000000000da7348517467231e0d8fb6d66bfd8f6529bad524ebe89b 1,807 1.00/1.00 vMB 143
460,611 460,611 0000000000000000010018d9c47f44ce7f9010fe05309f0e65ddc2aaf54eefc5 1,524 0.99/1.00 vMB 163
460,610 460,610 000000000000000000d4b2bdef148e864a355f884c22cccb908d6ce1fcb59176 1,189 1.00/1.00 vMB 181
460,609 460,609 000000000000000001c8d479b0afaf35c86701bf5cbcf350ee09117666117691 2,360 1.00/1.00 vMB 132
460,608 460,608 00000000000000000157b5edaa9fb6d22fb36f153be11aca95e700c105297b0e 2,052 1.00/1.00 vMB 170
460,607 460,607 0000000000000000004d59df018a4b5731616852a0cbcf5b81de96948a958ca8 2,123 1.00/1.00 vMB 143
460,606 460,606 0000000000000000004bd39bb103fbc4c921554c2610cc3d7d4b02649fd6f0f8 2,168 1.00/1.00 vMB 175
460,605 460,605 000000000000000000ca3fadd5c9369e07fd3ca3f2cc35d8f2542eb34ad5f439 1,960 1.00/1.00 vMB 169
460,604 460,604 0000000000000000022bd8e3323c5362ad40bf229a4d3df0ad7f375a0580ca09 2,036 1.00/1.00 vMB 236
460,603 460,603 000000000000000001e539843a69fb83666c5949c4664d8cfd49f8eeeef3ec4b 1,890 1.00/1.00 vMB 122
460,602 460,602 000000000000000000da4bff4fe47b622a37e51b13b44768c3b013d006fc0173 1,985 1.00/1.00 vMB 61
460,601 460,601 0000000000000000012f122a209bc5b39b062d5ed4c2f60195d99e56dcd195d2 2,367 1.00/1.00 vMB 141
460,600 460,600 000000000000000001f98c9312dbdbbd3b7950ac0f1f668dc75477be4d793a31 1,552 1.00/1.00 vMB 107
460,599 460,599 000000000000000001ecac3ea6ea92b6b79f5dd7443ae793d27b9a038eb1aee5 2,261 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.