Loading Tool

Explorer IconExplorer

Memory Pool

20,947 transactions
15.38 vMB
0.03665067 BTC
Random Selection Loading Transactions
Max Size: 78.65/200 MB

Candidate Block

Mining Attempt 28e8cf8e3c3dc77aeea33b22ea05fc1d89f530576bc83bb2345bb69fa2627166
Version 20000000
Previous Block 000000000000000000008dd3960e0d14f4c44733a4c8cd7e379d795bfbc48bef
Merkle Root f8cdcef710a90ced55df2431a7828d9b7853ca972e2eed0f1a272d8c51986275
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,912
Size: 1.00 vMB
Total Fees: 0.00946075 BTC
Feerates: 100.43 > 0.95 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,152 (869,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,173 44,173 0000000034412a91b3787be2d7f58a4cd3d849a94fc92e67b9a5ba379be8b19a 1 0.00/1.00 vMB 0
44,172 44,172 0000000012594de7385e47639ddd42383fae54ad365c4b468c385dca5371a4ac 1 0.00/1.00 vMB 0
44,171 44,171 000000003d233dd60ed9232568365737a82a54cd6b8da0b3d525e8e2e148c301 1 0.00/1.00 vMB 0
44,170 44,170 00000000256aea3258d77ba1f55d3ef7b65c2ad3adc44ec7909268439b0b4616 1 0.00/1.00 vMB 0
44,169 44,169 000000001a3a7b20b566110ba242d186853fbab69264ebd79c76b5dcda607535 1 0.00/1.00 vMB 0
44,168 44,168 000000003015c9901c10e95f427460fd24cbbb068018f4abffad97b37a3295ef 1 0.00/1.00 vMB 0
44,167 44,167 00000000392a16a6807afd6f8d2a9b54a2ae120a70ad72ac672c7e88e00b5659 1 0.00/1.00 vMB 0
44,166 44,166 00000000423092d419ad27bd067e5d64c145224ace6d765ea6760e573df13e44 1 0.00/1.00 vMB 0
44,165 44,165 0000000013d2cef4c7551ebade2a4a7e9919aebf80a18bf75dc0da8cd6541a17 1 0.00/1.00 vMB 0
44,164 44,164 000000003cfc1c7c06aa3dd6cbedfe0fdc971d10aa5d99c277dfa0762b816fee 1 0.00/1.00 vMB 0
44,163 44,163 00000000389f657ae63d6857cb1cd159946d33cc4ea0d420b4e9422fe16148bd 1 0.00/1.00 vMB 0
44,162 44,162 000000002a816fddde249acf515e8ea5351bcbdae75897a384ac09249dd98312 1 0.00/1.00 vMB 0
44,161 44,161 0000000024122d901c283f0573a64074ac02ee8288d409ecf44530de0a1e7374 1 0.00/1.00 vMB 0
44,160 44,160 0000000022562836ed5dc35ac087ca699fcf6acd2efcb8302f6de221cbb72e2b 1 0.00/1.00 vMB 0
44,159 44,159 000000002e95e1fb27088bd14824dc1579ee0ba085d21c5fb233a47b6fce0592 1 0.00/1.00 vMB 0
44,158 44,158 000000000178709cde85e8e9f8ffc2922b9c5db6a7c929c8a27fac876d47c9b0 1 0.00/1.00 vMB 0
44,157 44,157 0000000021e7e1dcc952d511a8cab648b8625a94d3cc7f50dc0b93f27f392e1c 1 0.00/1.00 vMB 0
44,156 44,156 0000000013f3e5319e8e2297a56825aae20955b623860989d3686fbc097e3fae 1 0.00/1.00 vMB 0
44,155 44,155 0000000028b719ff33905a13642b23bbb14ebf01321151bd47adcd1a9cac9d2f 1 0.00/1.00 vMB 0
44,154 44,154 00000000354aa7e2a1d0e9ece50f43e3c6b0f294732ae7648f6d9b6e6783470c 1 0.00/1.00 vMB 0
44,153 44,153 000000000be2727764c9e2858983bdc67583d66050185e36111e6dac5f8f5ab2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 564.00 GB
    • Received: 7.55 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.