Loading Tool

Explorer IconExplorer

Memory Pool

44,926 transactions
31.46 vMB
0.13162434 BTC
Random Selection Loading Transactions
Max Size: 159.96/200 MB

Candidate Block

Mining Attempt afeb5923c2d11674fbd410ede89e7f2e3435f50e410de40db0534cec5af3b74a
Version 20000000
Previous Block 00000000000000000001d8824fc2228886b4d750e4106482a72673a47b8732ec
Merkle Root 26cb71bb5d42075ed863ea990b0c76de5c3fd5f79f838d2e9c7ef46498570f13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.06413383 BTC
Feerates: 301.53 > 6.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,439 (789,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,553 124,553 00000000000040347fd35dd9daa798434cbd7a148aaf39a09f40faac3e32b3e6 34 0.02/1.00 vMB 508
124,552 124,552 0000000000003e525ec4948b44cb6f92eb03cbcfaa326bed98f60a778a514c1a 8 0.00/1.00 vMB 864
124,551 124,551 00000000000019121c9cfd7bea41f768a1293a3cc093a7bba4550d36a08fe4b3 8 0.00/1.00 vMB 341
124,550 124,550 0000000000002266d51fa62153ec428764865523d78c2ff9e5e8b9ecbddc94a2 19 0.01/1.00 vMB 1,267
124,549 124,549 0000000000000c2095107817f29f6e58369aa6cb8eec80ec10a83b0cb835e973 6 0.00/1.00 vMB 355
124,548 124,548 000000000000387159770946fe4e2e5c199651ab1bc3f32dbfacbba8e4fcf5c3 5 0.00/1.00 vMB 611
124,547 124,547 0000000000005b0f44d23faf284f613731d8826b55d7e9d3ebd47fc125ce5da8 8 0.00/1.00 vMB 0
124,546 124,546 0000000000005b6753030e69b36ca37af9e8e0b45e56e0edaea1118f65090fca 23 0.01/1.00 vMB 0
124,545 124,545 0000000000005325d5c45c7b09f9be2674710c7d5bf32078e7054a00d239f19e 4 0.01/1.00 vMB 503
124,544 124,544 0000000000001abf8ff9e4f5f109295f43cba3a852e090193d765e865f5738ca 5 0.00/1.00 vMB 0
124,543 124,543 0000000000001972960460a001c8edc92674c310fc21d31ce00568128779dead 27 0.01/1.00 vMB 233
124,542 124,542 0000000000001af186fd3575ba98bc8437956a638a51a232dc8ef36b3a7e2665 1 0.00/1.00 vMB 0
124,541 124,541 000000000000579ffb41109094f356a088439bf041d555be7999df45617b73c0 4 0.05/1.00 vMB 1,018
124,540 124,540 00000000000003802cb554a18a03d7dc9505405af076cc3fb61fd3efd107f445 11 0.00/1.00 vMB 260
124,539 124,539 00000000000002ddfff8f754c5930f1b17a4bce9f80ac8764b9a4224b97aca4b 4 0.00/1.00 vMB 177
124,538 124,538 0000000000004b01c2251349b5225a06d1e55ac87dac0e3c04b4c0d84ff0e347 28 0.01/1.00 vMB 734
124,537 124,537 0000000000001918972ff194cbacfaaa49e1d85e8f13fdc6f527825ebc1e93aa 14 0.01/1.00 vMB 106
124,536 124,536 000000000000252fdd0559356809720909df3fbd519dc666e03ce368b5a2e83e 7 0.00/1.00 vMB 685
124,535 124,535 00000000000000359765e201537ca906666f363eda7e65e4bf57cc23c3b46851 12 0.00/1.00 vMB 789
124,534 124,534 0000000000000f7653400b5435e5a2a09f7e65fface1c2308977e93bf891fdeb 64 0.03/1.00 vMB 655
124,533 124,533 0000000000000a14698b976f58c67b76d9237ce09d0ef480c73065c40f05d1c2 16 0.01/1.00 vMB 604
Previous 10 blocks ↓
Total Size: 781.38 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: 602.72 GB
    • Received: 10.46 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.