Loading Tool

Explorer IconExplorer

Memory Pool

83,234 transactions
31.63 vMB
0.12507323 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt 4c635794107d94e2567f51b4e04a0c408a29a3c8af0aeed5db8f392f88adf1cc
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root a89c0dc663d4613639e22b80e87a9a101861eb353fb30adcfca7f124f197bde4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,142
Size: 1.00 vMB
Total Fees: 0.04151361 BTC
Feerates: 803.65 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (491,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,879 423,879 0000000000000000044a08d14754b497ad454033b5cfeaff4492c8f281c6b7cd 169 0.38/1.00 vMB 16
423,878 423,878 00000000000000000278d29040df2724669adb6826011dcf0bd907b6f2ee16f8 1 0.00/1.00 vMB 0
423,877 423,877 00000000000000000301c7c78e29a499506a82e2ec5cff32b4c82cd36523f953 1,711 0.94/1.00 vMB 48
423,876 423,876 000000000000000002b6785cb4bcbc477b29ad66e999d0a0a2a0f3bc08a765d2 23 0.01/1.00 vMB 143
423,875 423,875 000000000000000004547e8db05f2048e8c337e69d414d4d17052e111068e8ca 499 0.80/1.00 vMB 55
423,874 423,874 000000000000000000cea2e72528ae2e5d508dffd13fc0f9ac88b8041a3625a4 2,622 1.00/1.00 vMB 83
423,873 423,873 000000000000000000a1734635302d3290345003855819bd2a7a2f7140ff59ab 1,061 1.00/1.00 vMB 32
423,872 423,872 000000000000000001b49a6a2389b085b39f1518f9419c57036ac26a889b7dac 2,091 1.00/1.00 vMB 56
423,871 423,871 000000000000000003c3f054f4dea54f0ebe4b1545c96aa453c9f26b3b027ef1 23 0.01/1.00 vMB 89
423,870 423,870 000000000000000004da4f86159710b565059adaa63b87a60584c99cb51073f3 2,961 1.00/1.00 vMB 106
423,869 423,869 0000000000000000035b265305b098cb39e30671cb4c3161b17c1ea19231d5c2 602 0.24/1.00 vMB 75
423,868 423,868 000000000000000004a9512a26bbfa78fd0ca26651b60450463f76b8922776e0 1,874 1.00/1.00 vMB 61
423,867 423,867 0000000000000000046b56735e0c8b89b22ea759ed9ae89d0d2c095e88e7797b 14 0.00/1.00 vMB 205
423,866 423,866 00000000000000000198fb5f08dc5e7d2c0b87461830e762a9e22c92c2b9810f 2,545 1.00/1.00 vMB 82
423,865 423,865 0000000000000000004538a22c176b7199950fb685f609e5127b61a3a4325bb4 1,291 0.95/1.00 vMB 43
423,864 423,864 00000000000000000159cfc5a222c85a1d72a15387d751bf7d77cdfdc0c87728 2,714 1.00/1.00 vMB 86
423,863 423,863 000000000000000001f9e6ed22028d1a23a28f6343a83b36da68844982fe9e7e 1,404 0.99/1.00 vMB 40
423,862 423,862 000000000000000004bd7509c239ac4b8684a6e5110b2392190857fcd70a4632 2,532 0.99/1.00 vMB 139
423,861 423,861 000000000000000004af8d9a4a9777b54f9a38e0fb3f6cf00fddacf43026c8ca 548 0.30/1.00 vMB 97
423,860 423,860 000000000000000000b65a814949bc491728194469bc93a35b7b8f8a541ee058 893 0.38/1.00 vMB 74
423,859 423,859 000000000000000003aabdd98e5cff384afa82cfe673ce5ed137a21ecd53e950 452 0.18/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 783.00 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: 718.68 GB
    • Received: 17.93 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.