Loading Tool

Explorer IconExplorer

Memory Pool

76,451 transactions
28.49 vMB
0.06729769 BTC
Random Selection Loading Transactions
Max Size: 172.65/200 MB

Candidate Block

Mining Attempt f53f93d92180d40de620aa43c861e3bdac5cc4134ede0d698421fd2ae3e98f55
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 49122a43cec2851a8eb7b28c77d34cddeda52156acc70a637d14b29d63f45688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,207
Size: 1.00 vMB
Total Fees: 0.00831154 BTC
Feerates: 71.79 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (871,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,803 43,803 000000001872f8ab8af93416c5a02179614468e2aa3b58a1a8c36ad72729a855 1 0.00/1.00 vMB 0
43,802 43,802 000000000226f9ae45584b40ebee924cdc7b97e230256d9f1ff804cfc5965d50 1 0.00/1.00 vMB 0
43,801 43,801 0000000040b0fb42e391dc80ece31d3a673ce0a1e7a2f7f29a9545719fba5b1a 1 0.00/1.00 vMB 0
43,800 43,800 000000003090a72829ef159f8a84016e4e48d38a566d0c13bc4521c04cdc0bad 1 0.00/1.00 vMB 0
43,799 43,799 000000000107d87374abce7290c5284b392cabc16eeec779d977e29c09ce8b0e 1 0.00/1.00 vMB 0
43,798 43,798 000000001e4890a544ae778db086fc56db0f0ceddc4764c7d28c2184e1da50b1 1 0.00/1.00 vMB 0
43,797 43,797 0000000006ec28b5597a7b9fb252bcefa8d2e681324cee62c2ab966545f0f57b 1 0.00/1.00 vMB 0
43,796 43,796 000000001cab0e9c621ff6648d859a77a8899139e5d836da000e96946f0720a1 1 0.00/1.00 vMB 0
43,795 43,795 000000000095777a361244a51203db04956c1c0866f589aff6a5d553dfcef89d 1 0.00/1.00 vMB 0
43,794 43,794 000000004256e6b2bb713c910aee5151419667959d3eaf5f93b1a84e3d96e65e 1 0.00/1.00 vMB 0
43,793 43,793 000000003503c3aa28a54193e3278967853ebf705aa9f534cad0480e6f5dca4a 1 0.00/1.00 vMB 0
43,792 43,792 000000001c87ccbf164668085269e37a64412929a398931ed8b0cef3ddd2a550 1 0.00/1.00 vMB 0
43,791 43,791 0000000038ce605214803b84f570252d5c9d09afc8edf0f77c51fea7d8b483fc 1 0.00/1.00 vMB 0
43,790 43,790 0000000024ff6839ece9dfa62a2c678c06d3de0038a377cf6d48089e5226a050 1 0.00/1.00 vMB 0
43,789 43,789 0000000036e28592657ff0b3ff717831f1c0b913a115434b0231eb9eb89fbc5b 2 0.04/1.00 vMB 0
43,788 43,788 0000000034bd1e0953a39bf6f9df29a9ace6e307c13a763db7d144d15a22c30b 1 0.00/1.00 vMB 0
43,787 43,787 00000000117caf190fb8958d3f52e2cdbf6f3ecee7515a27365425c873b10f17 1 0.00/1.00 vMB 0
43,786 43,786 000000000eb66f4b15a75eb76498545f46d3c24645cb02a011a53e2c1f9a3bc2 1 0.00/1.00 vMB 0
43,785 43,785 000000001fae89f3d137a84a322c2ddaf371439c1b555dc9f12344a92a2a18c5 1 0.00/1.00 vMB 0
43,784 43,784 000000002777549261e114d8241db1c79d8e4e551e21b266a0af017ad9a61227 1 0.00/1.00 vMB 0
43,783 43,783 000000002668b8ee55a7e1258184e4e6be6bed4e28952d013fcf904777fcbcb4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.