Loading Tool

Explorer IconExplorer

Memory Pool

39,305 transactions
19.61 vMB
0.05434670 BTC
Random Selection Loading Transactions
Max Size: 108.99/200 MB

Candidate Block

Mining Attempt 67f4e9178eb7a4c00c7856665c47b818c5d7e3bd75d5d183a094d7af81f828ce
Version 20000000
Previous Block 0000000000000000000127d575d890320be8b3a437df4cee5501850b9923f25b
Merkle Root 01ec679fc5c0cf1b34b5b6f38b42e3d0ec5795dee305fb1aef9bb2a9279eaa0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.01621603 BTC
Feerates: 502.67 > 1.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,074 (851,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,667 62,667 0000000005a6bba993e30373defb57169fdb2e82c75c37379eaa50bc9764e6b8 1 0.00/1.00 vMB 0
62,666 62,666 000000000257daf08efcc9ff3a879effda9949da2ae7cdd629bbab320e228ace 1 0.00/1.00 vMB 0
62,665 62,665 00000000076218b15d5f1920da126f25a9641b9a3cf8711c639f93d40614790d 1 0.00/1.00 vMB 0
62,664 62,664 000000000a4779d0737a5bf1776c454dc83659474eeefcc2de3a6c92a3f3440f 3 0.00/1.00 vMB 0
62,663 62,663 0000000006e8f3445943cf79c535658165c8723b5e2a3c0bdcfa666d7b4eb721 3 0.00/1.00 vMB 0
62,662 62,662 00000000046cef2141edfa4539a95da3fb4115ca06b4ebac58169425f6ceeb7e 1 0.00/1.00 vMB 0
62,661 62,661 00000000052c44eecbc0034fad362c68d32a38e9298d9ee5c1cc4464e5b975c1 2 0.00/1.00 vMB 0
62,660 62,660 000000000087b7f7d93e685aee9815a5897b2172c65104c6731813c3acc44450 1 0.00/1.00 vMB 0
62,659 62,659 000000000902d8a3eab8a14357fd6435547def77a2b41d956d00c89e7039c586 1 0.00/1.00 vMB 0
62,658 62,658 000000000879c4256c5a08fb8d214b459c6c840c17a88744322048ac2a30a647 2 0.00/1.00 vMB 0
62,657 62,657 000000000cf70a6045acc2e7314ae3d96993a7fbe9d62cc38b079d8109805b27 1 0.00/1.00 vMB 0
62,656 62,656 00000000092e6d875820861a54662d95cc68c4776864590600a2e41afcc776c7 1 0.00/1.00 vMB 0
62,655 62,655 0000000001a154d26b23a866e85e2368f0240c8f5aac8dd4c006979cad3aeb8a 2 0.00/1.00 vMB 0
62,654 62,654 0000000002bdf94b28fe75cae8787db739c50528d5bb1a14211c1fc5f54eb179 2 0.00/1.00 vMB 0
62,653 62,653 000000000bd66c9d9f034a4675a98cc82e700c71d41a84dc28023ac836a38306 4 0.00/1.00 vMB 0
62,652 62,652 0000000003404d49c33e3bdaa8cb52d1ce664a72ed2a625e831c835c7fb20c12 1 0.00/1.00 vMB 0
62,651 62,651 00000000038ae2eed3f7be67c1cff5280c4f16310c95e2557147b9942b5abb91 1 0.00/1.00 vMB 0
62,650 62,650 000000000b23050e964f1aed8b468980b1973a9452bf077a2e45ee02bb69cafa 1 0.00/1.00 vMB 0
62,649 62,649 00000000027cfe63a82fcc5a9f123712ed28b9c75bb0a56c51fb161032764487 1 0.00/1.00 vMB 0
62,648 62,648 000000000561c5afa95c77ee8b61a491591d321b05bfc88f8c95ba4e3c172a41 1 0.00/1.00 vMB 0
62,647 62,647 000000000aa1bfd48f85a35a13bba5149a1d4f77f734ee074cce3601eb15804f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.72 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: 555.48 GB
    • Received: 6.89 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.