Loading Tool

Explorer IconExplorer

Memory Pool

46,267 transactions
26.90 vMB
0.06259265 BTC
Random Selection Loading Transactions
Max Size: 142.85/200 MB

Candidate Block

Mining Attempt f3159c5eae81b819e4a306cfd9f2b5c43137d1d8ab0cea0e7a1ae392074baed5
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 61d772572807308937b620c8c98419362d08a1903312b6aa3277ceeb3a3231d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,399
Size: 1.00 vMB
Total Fees: 0.01271578 BTC
Feerates: 100.17 > 1.27 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (84,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,635 830,635 0000000000000000000123a52dc1c9016dafdc38f54f5969e9ac3caeaf4d05c4 2,600 1.00/1.00 vMB 26
830,634 830,634 00000000000000000000e712be51ec5eea186363b6e870ea860084572e592910 3,526 1.00/1.00 vMB 36
830,633 830,633 0000000000000000000281113fc64fcf6ef81db90d6853f90d89139b805b1156 3,366 1.00/1.00 vMB 33
830,632 830,632 000000000000000000019591649ff51657463f4430c92cdeff467a779a30a47a 2,052 1.00/1.00 vMB 17
830,631 830,631 0000000000000000000232d2bdea0884cb236e80a5edacaba344cd57b146647a 2,436 1.00/1.00 vMB 19
830,630 830,630 000000000000000000017e4d153e6bf571db2059401c3edd6973482b145f1613 2,163 1.00/1.00 vMB 19
830,629 830,629 00000000000000000000a9b588aafc77586b1eaf7cab94b402f73d77791c400c 3,202 1.00/1.00 vMB 28
830,628 830,628 00000000000000000001b4f3ccfc52f803fad279083a6210855820b6fcc24b5d 2,889 1.00/1.00 vMB 41
830,627 830,627 00000000000000000000656458763b4eb0fea6030f0811bea93e49e500a43446 2,202 1.00/1.00 vMB 25
830,626 830,626 00000000000000000000cb2f6f0b7d048eb0f19555f1d3c97b9042812a40fe0e 2,926 1.00/1.00 vMB 36
830,625 830,625 00000000000000000001b820ef53b9f4da8d8f85ae6a8e8afa5a242b36a8d41c 3,359 1.00/1.00 vMB 41
830,624 830,624 00000000000000000002e9b4ce49989f49d038d5f76bb7a3ed99cd11706bbc40 1,393 1.00/1.00 vMB 17
830,623 830,623 00000000000000000002dedc3ebddf5cd295046ae28babe3d6fd20fcbbc05f36 1,226 1.00/1.00 vMB 14
830,622 830,622 00000000000000000000e2575163f931eeb2bf21a54b4e6f048cefe907d19b56 2,000 1.00/1.00 vMB 17
830,621 830,621 000000000000000000021733be5817c92361927ae9a3b2e66d963a4adef14cc9 3,125 1.00/1.00 vMB 32
830,620 830,620 0000000000000000000012d55466cd1311dea394e2a773246258f6bde0067879 1,075 1.00/1.00 vMB 15
830,619 830,619 0000000000000000000107c7ba7550ddc24ec4a4c7cc9bd42dc70038da279da9 1,615 1.00/1.00 vMB 26
830,618 830,618 0000000000000000000066b2b4a8135755d1527c4a4cc262b9d27320cd12b897 1,886 1.00/1.00 vMB 20
830,617 830,617 0000000000000000000066225a92ef526d6062f06e127451afc9ed06da223fb4 1,922 1.00/1.00 vMB 32
830,616 830,616 000000000000000000013e6635363a688a59bd2c98466f51116e7b9c4361e716 2,442 1.00/1.00 vMB 37
830,615 830,615 00000000000000000001c107617d7cfbf4e96be3196e36a7f172c5600b413cd2 3,232 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.