Loading Tool

Explorer IconExplorer

Memory Pool

38,034 transactions
19.79 vMB
0.06969345 BTC
Random Selection Loading Transactions
Max Size: 108.78/200 MB

Candidate Block

Mining Attempt d6301171c0ad10e0555bb79477d4dc5cf021758b11419bff29fb40f3d323d955
Version 20000000
Previous Block 000000000000000000009a30a040b20a8a7e5927f7fb1d03cf505bb76cbef13e
Merkle Root 39bbe004f5717ef323be27e2b603b4da0f448bde3edbe53c0d93dac49578e5cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,333
Size: 1.00 vMB
Total Fees: 0.03091507 BTC
Feerates: 713.01 > 3.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,110 (787,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,547 126,547 0000000000002a6a776893c375f2d49cccb150e126d2b03d1a4532950ab566fe 9 0.00/1.00 vMB 51
126,546 126,546 0000000000001498f0159ac854ce16a05595fa9a856908ececc844bfa99065ad 9 0.00/1.00 vMB 312
126,545 126,545 000000000000369357dc2ce29a71db3850a42c7927678cb79832ab8173969a08 11 0.00/1.00 vMB 746
126,544 126,544 0000000000000f1372bdd9c5001142ed45af12cb48fa5ad98a88453c053481c4 18 0.01/1.00 vMB 1,114
126,543 126,543 00000000000036c924327547aa6e704deb4f8953a9050a76af3dacb2a05b6eb0 9 0.00/1.00 vMB 321
126,542 126,542 000000000000226e0cba56fb21567045b62cc54bb74b41eb28d47bf660364f9e 29 0.01/1.00 vMB 1,084
126,541 126,541 0000000000001c468607bc8a3c0d86968ec1b8ca357e9db500046b7744459d2c 9 0.00/1.00 vMB 1,491
126,540 126,540 0000000000000043a0c7313b00e65c2ba8a4f7a66f2f6dd12cc78dd3757c5958 115 0.03/1.00 vMB 1,943
126,539 126,539 0000000000001fa17e2bfb612bd4f89c2af35bc201016a196c7139f2fb91ba33 39 0.02/1.00 vMB 526
126,538 126,538 00000000000015301174dfe2f87a7d1f97afe3c578d829a46146f3eaccb60688 75 0.02/1.00 vMB 2,143
126,537 126,537 0000000000002341e57eca4c52438cec4356f1e3f43632a7834bedbed651e25d 1 0.00/1.00 vMB 0
126,536 126,536 000000000000297c6ea4d4e48a45339e387e0f4ba8cf0aa345145a87179ebde7 8 0.00/1.00 vMB 1,045
126,535 126,535 000000000000030989b4bde3f81ded282d81cd22fecdb3e299acf08158e6577c 10 0.00/1.00 vMB 699
126,534 126,534 0000000000003505a7fc31ad20852935a250786dc077453f860555a5522ab34a 4 0.00/1.00 vMB 2,640
126,533 126,533 0000000000001fe0ec62bcf97d6309df8775501b90e0762fb3edda02331c30a0 36 0.01/1.00 vMB 308
126,532 126,532 0000000000001888931402ee2d9c98d752f64bec5d1b575f067de5f4c28d9896 1 0.00/1.00 vMB 0
126,531 126,531 00000000000005e52f3b19ebac3926df1664a078f3ea21b5ffcc87ce5ec9b708 21 0.01/1.00 vMB 845
126,530 126,530 000000000000002f79759c0b65181d4db205b2768e6425fe0f24627218b89452 7 0.00/1.00 vMB 0
126,529 126,529 00000000000000caebaa15a13401ce9cd6bc044dfd5ac2135b0c385c8281b6dd 3 0.00/1.00 vMB 0
126,528 126,528 00000000000004d93febd5a56458142209bc39590361112116a456e955cec5bd 82 0.02/1.00 vMB 1,789
126,527 126,527 0000000000001f3e209e8219c01656cabea6a746f70e0e42edc9d8ae1f6e114f 15 0.00/1.00 vMB 2,943
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 559.61 GB
    • Received: 7.25 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.