Loading Tool

Explorer IconExplorer

Memory Pool

85,887 transactions
32.94 vMB
0.07794947 BTC
Random Selection Loading Transactions
Max Size: 196.00/200 MB

Candidate Block

Mining Attempt 882d4943b348a193c43d5f87c46a415750dff4ecfabe3b82dd9bdc0921a537cc
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 2f5e75467615fd7364ee326094297e1c200ef733af470d1cd0d8b8f7ed62684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,394
Size: 1.00 vMB
Total Fees: 0.01279710 BTC
Feerates: 203.60 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (338,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,365 576,365 000000000000000000203ae73eb0949d0d632083f14167ea317c5502d26905a0 3,148 1.00/1.00 vMB 143
576,364 576,364 000000000000000000168ecc03b0098f4e51b1872d8a2a4889e73b3b99958557 3,112 1.00/1.00 vMB 182
576,363 576,363 00000000000000000015ff9b9a7c1b23ac798a4b9bd0b401a51dc6a9434c26b9 2,910 1.00/1.00 vMB 138
576,362 576,362 00000000000000000029f042f0147cb4cd20f0ced31f90d3d3cb8ae5e1a58382 2,195 1.00/1.00 vMB 159
576,361 576,361 00000000000000000028e93ea2b6c2b104eb035e78528797e2d56cc6e83b4401 3,207 1.00/1.00 vMB 126
576,360 576,360 000000000000000000240fd693246fb17ee535a3081dfed6ed30733509ec5579 2,427 1.00/1.00 vMB 146
576,359 576,359 00000000000000000007c25d4b0df7dae8ce9a7ddc3c99aa154989f6a43244b7 2,563 1.00/1.00 vMB 168
576,358 576,358 00000000000000000006e7f7b8a6acadd558b986ffd0f7187b51e05b20cc4a6b 3,004 1.00/1.00 vMB 191
576,357 576,357 0000000000000000001938a0e8cb2800ac344c9326d4a73768921414a0cfc26a 2,472 1.00/1.00 vMB 173
576,356 576,356 000000000000000000089195512f900ae5885b12428ab415b5e37ae4bf708410 2,833 1.00/1.00 vMB 213
576,355 576,355 0000000000000000001b49a19027ee4ecb17ab28caf8e1f1867fbe19803bfc4e 3,063 1.00/1.00 vMB 179
576,354 576,354 0000000000000000001afbc7bfbe85a8fc4482d3ca6a557a493cffbd5962c879 2,576 1.00/1.00 vMB 119
576,353 576,353 0000000000000000000604d04d2c3e3df4e0b9df722d7b699b7934f4af732cf3 2,447 1.00/1.00 vMB 164
576,352 576,352 0000000000000000001ec453d57d9c4a33cc19071d13435df234253d86f2d9f4 2,750 1.00/1.00 vMB 135
576,351 576,351 00000000000000000021518332950f2c21e37f0b606095f8e488400df74436ca 2,786 1.00/1.00 vMB 155
576,350 576,350 0000000000000000001204a42f7f717c0dcabcc2a53816815c580c82b4740e9f 2,723 1.00/1.00 vMB 139
576,349 576,349 00000000000000000003bd8256cb94d6cd1edb52f68ad67459f36f1fd2588a25 2,290 1.00/1.00 vMB 106
576,348 576,348 00000000000000000012a6de9f15ccddb51cc35727c03e7e562bd1aee3ad8ce6 2,745 1.00/1.00 vMB 101
576,347 576,347 000000000000000000150fe627016796a7b0fd58e298b7514fe435d09ec66a61 2,496 1.00/1.00 vMB 141
576,346 576,346 000000000000000000134b01da412b9269f2de6b13b1598ccb9e09a933747fd4 2,473 1.00/1.00 vMB 129
576,345 576,345 0000000000000000001a1acaf12e5ea8a1891fc069c65b2de8cdd3055b8651ca 3,241 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.29 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.24 GB
    • Received: 14.50 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.