Loading Tool

Explorer IconExplorer

Memory Pool

43,305 transactions
26.45 vMB
0.06120306 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt 6f9726c3af71c18cc2edbc68a37d5d2d9318527b1110be806fcca31d81efe552
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 3f2842dfbd281391525c1363c0d8d4a2ced242516ca4fb0034f740b2f422545a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,275
Size: 1.00 vMB
Total Fees: 0.01278267 BTC
Feerates: 73.66 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (858,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,960 55,960 0000000012a5479a016418030b7176457cea9f7e3778e7f49c08ba2424e90290 1 0.00/1.00 vMB 0
55,959 55,959 000000000eb84fec9d62f94ba2d4e18e0d2d5c2813869de6b2ddf51fb5d841fd 1 0.00/1.00 vMB 0
55,958 55,958 0000000006249bf49b81230350fe55435bbcc7233f28abdef1754485e5d853d2 1 0.00/1.00 vMB 0
55,957 55,957 0000000005140d4770a72a873d7a548fd1f13dc7d7954cdbabff7b6ff832998e 1 0.00/1.00 vMB 0
55,956 55,956 00000000040e44b6271ae10d79705b7451ce6ed2694ead5792cf1944d7a0f174 1 0.00/1.00 vMB 0
55,955 55,955 000000000f86c0fc7d98eeb150c24e6ead7a3de1055adfc2b466ba19ac88ddb4 1 0.00/1.00 vMB 0
55,954 55,954 0000000003d2573e09737f4656c7d41e1d9b968cd007ea706cb2200a8ab05ad4 1 0.00/1.00 vMB 0
55,953 55,953 0000000008b5f03b919a5aecc72c40220a9498b08678678c49c4b95e9820894f 1 0.00/1.00 vMB 0
55,952 55,952 00000000096dbf5958d076d553ffb9a635e909f9779c77f72f6a8648b05f0954 1 0.00/1.00 vMB 0
55,951 55,951 00000000014062507465734bcd0da23229713a0124f3094d0022c7f4e9903723 1 0.00/1.00 vMB 0
55,950 55,950 0000000003769d546fe1a54a36f3040f2673bbea564eb16b54eab43c915580df 1 0.00/1.00 vMB 0
55,949 55,949 00000000052ce0ac7b3b65737a2ff8bd118c5503f2cc5cfd134d92b6078ec64b 2 0.00/1.00 vMB 0
55,948 55,948 000000000d80456ca42b9d00364187ca2a80d06a8e446dc82334e70c82819207 1 0.00/1.00 vMB 0
55,947 55,947 000000000100236fa4973131cd01e7025bb703618ab3e69684dcbb15122b7867 1 0.00/1.00 vMB 0
55,946 55,946 0000000002683fa0ad4e3fe931662c1a8eac805449ab9c40fa6a1b4cb5a86083 1 0.00/1.00 vMB 0
55,945 55,945 000000000161d4f73a6922013512e87695213bb4bf34086e37b91c63176eff32 1 0.00/1.00 vMB 0
55,944 55,944 000000000cee63a6c2a7143909457ae06fdd7109cfdf53fef19a174b2cc9e2d3 2 0.00/1.00 vMB 0
55,943 55,943 000000000dfdfb841abde46e7af7b558f77e52298a602b3b943bc44762112da8 2 0.00/1.00 vMB 0
55,942 55,942 0000000007cc5bc62aa4ff0506ff2ac319cd215a46980ea747138f38d720ecf2 3 0.00/1.00 vMB 0
55,941 55,941 000000000c2c5913632f5db9876a83972ceafe5e02b827d24f97ff0c47dd29c1 1 0.00/1.00 vMB 0
55,940 55,940 00000000039faaa78651aa59ec92da360d887e2380b226ddd580981406be8dc2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.