Loading Tool

Explorer IconExplorer

Memory Pool

35,239 transactions
26.60 vMB
0.05679371 BTC
Random Selection Loading Transactions
Max Size: 134.23/200 MB

Candidate Block

Mining Attempt 993ce462f7609d746ed4ebae1f5de11bdced3dfc2e820874f734f9b0cb94bc4d
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 704d1f4d00efd4ce08a446ab552da165ee9f4623d3706c2c0222c2eddb5fe40d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.00710808 BTC
Feerates: 160.84 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (291,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,975 622,975 0000000000000000000c093149aa3feb4887bdd0eb071a2203aa37afd1618211 1,660 0.55/1.00 vMB 53
622,974 622,974 0000000000000000000db2e7570af4d2931384cdda3ed5dc890bcffcf5fa34d2 908 0.33/1.00 vMB 40
622,973 622,973 000000000000000000053b4587b4dc0e0ea5c4a28d523e9f6c0ede805719405d 2,054 0.75/1.00 vMB 44
622,972 622,972 0000000000000000000a1d50afe93a6348131a86c481ace4a097a72190e7522d 1,872 0.80/1.00 vMB 40
622,971 622,971 00000000000000000013c6080ffee0b36ecfc14205941c71057a936d5985462c 1,663 0.70/1.00 vMB 13
622,970 622,970 00000000000000000007b013b6bb379d7ba1586432010cda8fe189a4ba424001 2,618 1.00/1.00 vMB 66
622,969 622,969 00000000000000000004221fc43c8826bec4f28a1124d7e418a5670902a92ca3 1,910 0.73/1.00 vMB 43
622,968 622,968 0000000000000000000a41d1149f59f7321a1e019a1e51f96456877138491f6c 1,486 0.57/1.00 vMB 44
622,967 622,967 0000000000000000000710e7f88ac4edd5b74e4d666445819871cddfd1d91cca 630 0.31/1.00 vMB 6
622,966 622,966 00000000000000000001d3ae7ccb6d0ff918d94a378b29c41e5926c0df2a8298 2,110 1.00/1.00 vMB 53
622,965 622,965 000000000000000000065023f3b93844446347590479edec1b774f69bdfe2d22 1,484 0.51/1.00 vMB 43
622,964 622,964 000000000000000000075140ebbe0d923f4a4cbf9264e58c5cd4ff9ebdc3a5e0 1,819 0.67/1.00 vMB 47
622,963 622,963 000000000000000000060ec7d8bbafe28c6c006cffed4ff65682dbcc6f34c2f6 2,773 0.93/1.00 vMB 30
622,962 622,962 000000000000000000062bbb5f8e711156e5df32df84dca220f22879b2bf556e 2,791 1.00/1.00 vMB 61
622,961 622,961 00000000000000000006c1b869be767965e66ea558a9df9ea1e2f3b310e39e2b 877 0.91/1.00 vMB 6
622,960 622,960 0000000000000000000a6061359c52e1619e80776bb399776be318520555f725 1,972 1.00/1.00 vMB 31
622,959 622,959 00000000000000000003103ef52158e49f80e34fb27c6d2f48bc68efb5f237ab 576 1.00/1.00 vMB 6
622,958 622,958 0000000000000000000243392b6619e987188ba5d5f57d10c2e05cb9e999921d 1,578 1.00/1.00 vMB 20
622,957 622,957 0000000000000000000002f43a820df8c871b58980d4f9539a4a883c0e1eaea0 1,810 1.00/1.00 vMB 6
622,956 622,956 0000000000000000000741c66b9ba6b8a20afd7962c86b596efa0efbbfdc114b 1,808 1.00/1.00 vMB 24
622,955 622,955 00000000000000000002a284815724a3c6a6e826df948a880aa2daae66787d62 1,882 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 632.84 GB
    • Received: 12.15 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.