Loading Tool

Explorer IconExplorer

Memory Pool

77,298 transactions
28.48 vMB
0.08966577 BTC
Random Selection Loading Transactions
Max Size: 173.34/200 MB

Candidate Block

Mining Attempt 33dbd2cc3039b7d8c031696a2be5d9e3fe5a156232a579e82225541f363338f8
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 3cac190e16415d0b6fa31af44bd0fd909512e212e0c9f989a374f0ddb34f7974
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.02551783 BTC
Feerates: 477.45 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (377,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,601 537,601 0000000000000000002350ee07fd72effbacc2d83c47d13eeccec6b4f36f983d 1,850 0.83/1.00 vMB 9
537,600 537,600 000000000000000000003e0875a1c50790f7b5077b3a40a27fdd492d91d56224 2,478 1.00/1.00 vMB 24
537,599 537,599 0000000000000000000ebc9b889c2ee78cd00c522230f5a3212ff42eb8fb9000 1,839 1.00/1.00 vMB 18
537,598 537,598 00000000000000000016de5b4f86954de3e622fbc0861a80d4844a68426e9132 2,764 1.00/1.00 vMB 7
537,597 537,597 000000000000000000254a1bdbc7a36d8f331d8f108467f5c530ed5a14f98db3 1,948 1.00/1.00 vMB 37
537,596 537,596 000000000000000000033682a7e781758c4b9493fd5fbef9d5d9364a8ac0a2fa 797 0.49/1.00 vMB 14
537,595 537,595 0000000000000000000748cc73934263c0b19aa6c0358d8f0041c22fda05c8ea 437 0.18/1.00 vMB 16
537,594 537,594 0000000000000000002b1d17779e3300f30a2079a89088c9b51f1351a8f09829 1,284 0.48/1.00 vMB 28
537,593 537,593 0000000000000000000b46fe1bd61fb6e1cbd9e3f48025534022d9831af57c9d 1,091 0.44/1.00 vMB 33
537,592 537,592 0000000000000000001763b8b20e6c3c9926b61ee2453cd68c951e986e14cd51 918 0.33/1.00 vMB 20
537,591 537,591 0000000000000000000f2bf3dde06ef9ee28e2af98a5419647e4dc6517a9c02b 124 0.04/1.00 vMB 49
537,590 537,590 0000000000000000000f568561850208109615926cf8a50fbf4d9b227913c5f4 674 0.28/1.00 vMB 37
537,589 537,589 0000000000000000001f0ce37cc74ced5267a732d962d35714e200730d3f0d1a 216 0.07/1.00 vMB 13
537,588 537,588 00000000000000000016105b599ceba376c9936769fca0b6fd35f1558b32b160 1,554 0.82/1.00 vMB 24
537,587 537,587 00000000000000000000b30245b2684618d78ffa07989653214ec1a5a77c6ffb 1,083 0.49/1.00 vMB 16
537,586 537,586 0000000000000000000543daf0ef048b7e759c1e49c5139865514b1fe7093e59 1,888 0.61/1.00 vMB 6
537,585 537,585 0000000000000000000a3d50bba88114e2297df638d1647166d271e7cfd83902 1,817 1.00/1.00 vMB 35
537,584 537,584 00000000000000000018c5fb0b59cc6f38be618288d3b8589d8c4f12e8ec751b 625 0.24/1.00 vMB 12
537,583 537,583 0000000000000000002b15b6f11c1de0622d6cec912b3f552db39fb6e7dded52 34 0.01/1.00 vMB 26
537,582 537,582 00000000000000000018c775ac0b1f81b1499e97f0e24b0874400ebef7fea5c9 706 0.37/1.00 vMB 17
537,581 537,581 000000000000000000130be5d58842d632cdb1d21c4f7f587368e1ce3d4047ba 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.