Loading Tool

Explorer IconExplorer

Memory Pool

45,584 transactions
29.03 vMB
0.13831826 BTC
Random Selection Loading Transactions
Max Size: 151.28/200 MB

Candidate Block

Mining Attempt be4418753981ec808808b78eb45424e409d04b8d44514a6e86d11e8afcf35623
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8525de44596323c5c7acedd1c91c49687b6a7079ebbe2d49bd9cbe1f61f97c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.03906456 BTC
Feerates: 100.25 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (339,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,948 574,948 0000000000000000001dbdc0fd5c3f44644e6fc4a869e6fb5847826ab5b56d58 1,350 1.00/1.00 vMB 86
574,947 574,947 00000000000000000019150d1d551853190491077fd47eab6f0b33ea8bf03925 2,363 1.00/1.00 vMB 69
574,946 574,946 0000000000000000000be59fcff9cb6c29265ff28f8368b1432113eea8516bfc 1,862 1.00/1.00 vMB 180
574,945 574,945 0000000000000000001343fb35e2bb54499b098912d3116b5ae4c914b6ddf48e 2,613 1.00/1.00 vMB 73
574,944 574,944 00000000000000000013d0bf7abc1f4bab644221013a22ecb6db6b1369ad0886 2,360 1.00/1.00 vMB 79
574,943 574,943 000000000000000000078f8df2b9bbceff55d05c653901a3f8539653d6642bbd 1,619 1.00/1.00 vMB 4
574,942 574,942 0000000000000000001eff9fbe4b0dcda7a92e707b1a224d2234e4458c978f65 2,159 1.00/1.00 vMB 56
574,941 574,941 000000000000000000115381d49acad8ba5a36a498282aa3c87e98549e5f68a9 2,601 1.00/1.00 vMB 19
574,940 574,940 000000000000000000090f5740c4faabaa3b3aee7245d180340a40e3fdddf947 1,318 1.00/1.00 vMB 61
574,939 574,939 00000000000000000026c8fc141735dcce192feb31a18c426ed96f479b2d8a9e 1,474 1.00/1.00 vMB 63
574,938 574,938 00000000000000000002ac1ccf6829008e7b89b90609ff563cbd67e9d96936e3 1,720 1.00/1.00 vMB 76
574,937 574,937 000000000000000000067bc5eb8557df481fe41297767e186b80693ce865ef38 1,715 1.00/1.00 vMB 70
574,936 574,936 0000000000000000001bc2b5504c313babb82a92235f877d9fe4ac52b058f2d0 1,775 1.00/1.00 vMB 83
574,935 574,935 00000000000000000009f2374f87a6dfef5d0bed241e1936eea98ea8441e6fb4 2,445 1.00/1.00 vMB 17
574,934 574,934 000000000000000000162a04517d31090fd9bad7478d6d171f45a2fd941f58a9 1,585 1.00/1.00 vMB 27
574,933 574,933 00000000000000000000e9a89316ab5a31e2a266f18f859c626e998d24c196ff 1,788 1.00/1.00 vMB 37
574,932 574,932 00000000000000000008d3d39d520bca6ff356c1bbac8f7e4b32abe264f0c1ed 2,275 1.00/1.00 vMB 65
574,931 574,931 00000000000000000025632eb97a26f48140ea7ad24c588c94a490e83b79640f 1,842 1.00/1.00 vMB 70
574,930 574,930 000000000000000000027eb7da46bdd492255a85d1b1e56cfb1e9f1c7e856b4f 2,534 1.00/1.00 vMB 62
574,929 574,929 00000000000000000022941b49173f3662ee374a8552993a3c512169766e4284 2,812 1.00/1.00 vMB 33
574,928 574,928 0000000000000000001545ad04612f5fa43b81ca6b65efd991b95995a7c5d98d 2,818 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.