Loading Tool

Explorer IconExplorer

Memory Pool

88,765 transactions
33.77 vMB
0.14235848 BTC
Random Selection Loading Transactions
Max Size: 199.99/200 MB

Candidate Block

Mining Attempt 02b57fff5673f63f88dc69aba95dfa93874a9e03008e9e52343a70cecfefede5
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root ab992901ad814e64b5c68ae9a74ca78c7b19ecf29b5d14d571ada4c71001376d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.05750084 BTC
Feerates: 469.97 > 5.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (395,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,579 519,579 000000000000000000033b2c9a1ceb0ba9aa93af59d99c4f127270bed2d0dbc2 2,428 1.00/1.00 vMB 20
519,578 519,578 0000000000000000002d330fbec4b2dff3fdd78dcd3abca0acc16108d79eab3c 2,581 1.00/1.00 vMB 5
519,577 519,577 0000000000000000002becd51c7fc2e95e850a6db0d0b6f2ea5c10f2e194bed1 2,123 1.00/1.00 vMB 33
519,576 519,576 0000000000000000000c2a2211d71394af68588149aa68610a5194231e60671b 2,883 1.00/1.00 vMB 16
519,575 519,575 0000000000000000004638f07a4810e6e467edf738e00472c75a7899802d2be3 2,305 1.00/1.00 vMB 56
519,574 519,574 0000000000000000001a282d6fe86d7cc2be8a095c2e5b7bb03fbd614f67c95f 2,284 1.00/1.00 vMB 30
519,573 519,573 0000000000000000003c6c0eb8b012f92c46e7e784067764040f648d6e4bbd06 736 0.35/1.00 vMB 36
519,572 519,572 0000000000000000003ed6a625d8816a777e8a498ef3ecf9b1d8808fb656fd70 781 0.36/1.00 vMB 23
519,571 519,571 0000000000000000001a3862a19d278b959ab7b386960e89da08c03ef23d7d21 694 0.29/1.00 vMB 27
519,570 519,570 000000000000000000116a6efc456c5b8526202b587ab62f9efc1815d903f549 142 0.18/1.00 vMB 1
519,569 519,569 000000000000000000431a80cb1aaced102d73de1192b2e5b70a6fcacb464267 2,219 1.00/1.00 vMB 24
519,568 519,568 0000000000000000003abb54050be453b24aa83ad0161707c443d4b5af923c1b 2,325 1.00/1.00 vMB 25
519,567 519,567 0000000000000000001e3d046686c7012950f475046030bea38e36294d8ecdba 1,745 1.00/1.00 vMB 27
519,566 519,566 00000000000000000047d63c7e41b4904e7cf3835c1e3636d702d8e2d1ca4fe6 330 0.11/1.00 vMB 27
519,565 519,565 000000000000000000207dc96f92a86f8e1c1406a148f42dab9274db54e1c6f0 1,762 1.00/1.00 vMB 24
519,564 519,564 00000000000000000013e520a6799f70b84db50f05f11a4e9fdac7f8a27f8758 1,117 1.00/1.00 vMB 16
519,563 519,563 0000000000000000000dc7a9bbfa95d626d7e54b19f35bafc2c987abc7af2b12 1,392 1.00/1.00 vMB 16
519,562 519,562 000000000000000000266113f4c3b96ed96f6e9964e96749937f2faed8ef7686 1,729 1.00/1.00 vMB 12
519,561 519,561 0000000000000000000e53262a7bd1925062344de85e94271af033549bae0c5e 2,078 1.00/1.00 vMB 19
519,560 519,560 000000000000000000030138e6a36ca09a7337b85593aa5d5a5ea1f36ab841ee 2,590 1.00/1.00 vMB 40
519,559 519,559 000000000000000000262b0f9130d85522147fcc18adb02727bdb56ac25847b5 1,375 0.78/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.30 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: 657.95 GB
    • Received: 14.56 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.