Loading Tool

Explorer IconExplorer

Memory Pool

80,459 transactions
29.69 vMB
0.06872316 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt 0a7e2e37d16c34be592c16ef3bb5e1a8f390f9d962933ffda12af4e7664a5234
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root db9553a94ef398c4d85c5858ef2434446c7e88322cb5467a10a577eda2f7678a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,150
Size: 1.00 vMB
Total Fees: 0.00818757 BTC
Feerates: 100.36 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (807,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,457 107,457 0000000000027304c6692ad797206974bdb61c9156be8b2fb321a9e35f4be60f 12 0.00/1.00 vMB 0
107,456 107,456 0000000000020d5cb844fbc858bc480706f4e56613ebe6ac00a2b8bb183e36b3 12 0.00/1.00 vMB 0
107,455 107,455 000000000000a3df7d530333246da7154c14762f6de43ffce17346eb3da0e1e4 12 0.00/1.00 vMB 0
107,454 107,454 000000000001f25a3d51a3e2ef7d32b77090cbf46e879c42e1efed064fa0a80d 18 0.00/1.00 vMB 0
107,453 107,453 0000000000016adf3c148ba6ae31fe68e3c3707fafa6b44b05410f8621592602 6 0.00/1.00 vMB 0
107,452 107,452 0000000000007efd9c1ef41135a454cf4578e78bc6fbe095e5d85f0ad8a86bca 9 0.00/1.00 vMB 0
107,451 107,451 000000000001f264fa16ad2082801dae9a63c475643fbd95e629dcf922844b94 3 0.00/1.00 vMB 0
107,450 107,450 000000000001df9c0d2d87313f9c93339fd8dd46834fb7476a8b482bbf8bd0f9 11 0.00/1.00 vMB 0
107,449 107,449 00000000000222a5ccf2b99636b5c212280dd1bef8d656a64fd2e67bd440a03d 8 0.00/1.00 vMB 0
107,448 107,448 0000000000000ce64c865d7806e719956bcf85c111c72918e24bc3b5f6499575 6 0.00/1.00 vMB 0
107,447 107,447 000000000000e302abd5d6377394314893bf4efcf00b1c97bf9d6dbd30c70f3e 13 0.00/1.00 vMB 0
107,446 107,446 0000000000004944934e837abe6ccfaaae9d456a9bb8b9c6a193985781ea8cdd 6 0.00/1.00 vMB 0
107,445 107,445 0000000000005472986fb132590e473431035b4973b1d6c4262182e1d3b43885 6 0.00/1.00 vMB 0
107,444 107,444 000000000001762606311e97ae9be18b8b012fb3acca7636539dfa57a5bf2e7a 5 0.00/1.00 vMB 0
107,443 107,443 000000000000214863684eb69d8b6c8a5fccf9ef50df3ca655293d9f1f2ef7f0 13 0.00/1.00 vMB 0
107,442 107,442 00000000000046d30e8276636f381507a943e37291616f95f7724895a3495bda 23 0.01/1.00 vMB 0
107,441 107,441 000000000000e8fc6718161322bc54f1af37b07a63407ccc2d98dfed9b6f09c2 7 0.00/1.00 vMB 0
107,440 107,440 000000000000d6c7455adf213ecf5f0ee063b0a76f42737d67800e715b219077 2 0.00/1.00 vMB 0
107,439 107,439 000000000001e78b4a9dbe92ece11021b79f8095deba8b41dccf4741f2dc781c 3 0.00/1.00 vMB 0
107,438 107,438 000000000001361d9ec520dcfdac0d4138c2f02a19eb7de54f80c7c39e938082 28 0.01/1.00 vMB 0
107,437 107,437 0000000000025fc4906411f6e1b9ec4507a2f8deb58d90fa395684dbafd6b174 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.