Loading Tool

Explorer IconExplorer

Memory Pool

49,340 transactions
21.35 vMB
0.05346243 BTC
Random Selection Loading Transactions
Max Size: 122.43/200 MB

Candidate Block

Mining Attempt 02a8f97fe7f4879897aad7d89b628ce64c53ed52e79b26332e2a8168a7a24e8f
Version 20000000
Previous Block 000000000000000000018aad657dffb41080d6e45b75ab49008ea7365eca2651
Merkle Root 1b59ecc09d0a07bc1ccab2c901718babf7b70db5ee466f0cf6c789b8ef03d7ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,152
Size: 1.00 vMB
Total Fees: 0.01023248 BTC
Feerates: 60.04 > 1.03 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,021 (817,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,941 96,941 00000000000351877f14b44929fe3699dc0e95808690f9a291c1f2204190304b 2 0.00/1.00 vMB 0
96,940 96,940 00000000000510cb09641ce9ebd09867ee39670aa6336dbf4891db39931d962f 1 0.00/1.00 vMB 0
96,939 96,939 000000000004e0af2d56437e3ff9bb75220affeae99f0d2a70d1a4fed17326d6 6 0.00/1.00 vMB 0
96,938 96,938 0000000000025674733a2812abb57fec0ecc776d8ee9863c022adf2f5ff247ee 1 0.00/1.00 vMB 0
96,937 96,937 000000000004a33b7c6abdc549af7889d8d8c00495e9d6de8bf243ad5c0b1fd5 1 0.00/1.00 vMB 0
96,936 96,936 0000000000048c1833cd614813b1821065303bcd23d40769d4732cd19cf8df07 2 0.00/1.00 vMB 0
96,935 96,935 000000000003b22db868c9b3750a984aac7057674e58f54b59a317131178d641 6 0.00/1.00 vMB 0
96,934 96,934 00000000000227d57b9821878f5b5bb92284186b0e528c5dd43799398dfe7c4c 6 0.00/1.00 vMB 0
96,933 96,933 0000000000002ca265afa76c87d0c910bc0cf6d21a16792a36548594e0a95d7f 3 0.00/1.00 vMB 0
96,932 96,932 000000000002b63c3007de8e6cd982f6e59901c2dcc698b2951a7c88cfeb5a99 6 0.00/1.00 vMB 0
96,931 96,931 000000000004db75fd74aeab1ac28e85b9f439fc034b5f9c99f5222023d49a69 1 0.00/1.00 vMB 0
96,930 96,930 00000000000478c4f71c9bb7e6b57bf61c0641c54bb82d738ccc2fe59e3ad72c 3 0.00/1.00 vMB 0
96,929 96,929 000000000003dfbb2e9d348b04d2146fc517c232f23ae78a9bd42214dadce527 12 0.00/1.00 vMB 0
96,928 96,928 0000000000004649abd8467739a9c5cad15b1308ddbab523a82a7eee173b34ca 10 0.01/1.00 vMB 0
96,927 96,927 0000000000033395be531e804ee062d0d6466208d8e2f4b173b98da3c90721e1 1 0.00/1.00 vMB 0
96,926 96,926 000000000004526f205201f096aa9d7ca787393817341790d61df7d261c69ea6 10 0.00/1.00 vMB 0
96,925 96,925 000000000004f7429da045b8d7b86e0957ff0dd828b1bc30ca8605b85e6ceea9 4 0.01/1.00 vMB 0
96,924 96,924 0000000000048d6d9dd489021fd77ab60cfd5b4cd7c01a563b0c28810201a29e 1 0.00/1.00 vMB 0
96,923 96,923 000000000000b99999411e67db2e6e9150c6b9ee53a4a5ad2eac3d84566161a1 3 0.00/1.00 vMB 0
96,922 96,922 000000000004b45e9f60aa221423a5758160bf7cdddf077324b9e2ca151662bc 1 0.00/1.00 vMB 0
96,921 96,921 000000000002c50fc5a9cb0cc8245ee3b32e7d5a9ca3e371286c2e720fc3cd75 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.64 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: 550.69 GB
    • Received: 6.45 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.