Loading Tool

Explorer IconExplorer

Memory Pool

75,247 transactions
27.09 vMB
0.06104457 BTC
Random Selection Loading Transactions
Max Size: 166.24/200 MB

Candidate Block

Mining Attempt 9791e60de0e38ca4bb8b3c7f3826ed3365615d622f4660bb675a1c1a530dbef7
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 883bc5f92d4ceee03c79d029f4a664ee8132848163e0af64f626e7b36ec40fc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.00364222 BTC
Feerates: 30.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (458,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,904 456,904 0000000000000000003869bf7c6f9136fe419bec05adfbfb3b558e93c915373b 1,349 1.00/1.00 vMB 124
456,903 456,903 0000000000000000021e7ea3032dbf80faa181baf63b0ff59cb0265d0915c69f 2,219 1.00/1.00 vMB 142
456,902 456,902 00000000000000000163fb303356b834bba92317d9f9a1c458d4c091dd9be7f5 2,462 1.00/1.00 vMB 193
456,901 456,901 000000000000000001955389325eb0b92a778902dad0f08766008dcb5cdf48e1 2,025 1.00/1.00 vMB 115
456,900 456,900 000000000000000001a276911d8eafa47b78d5db875728e8927ad7e0d3b497a9 2,290 1.00/1.00 vMB 173
456,899 456,899 000000000000000001c83743e178e085ecbd78efee931ca6e6d365aadcd1d10b 1,446 1.00/1.00 vMB 130
456,898 456,898 000000000000000001f1a0e92eb5a8cf1ed7ead5afeac6929dcb93420a2e0960 619 1.00/1.00 vMB 89
456,897 456,897 0000000000000000021b595315eb47b669d86089001974b4f1693973af4985ac 514 1.00/1.00 vMB 89
456,896 456,896 00000000000000000255c4edbf8a8cb6a2bd0c27e9f8e4d8f3fc11f1344b60f1 1,992 1.00/1.00 vMB 163
456,895 456,895 000000000000000002297403a71a34d998154b8cb05e28762320c72c6ad1d97e 1,884 1.00/1.00 vMB 165
456,894 456,894 000000000000000001bfa1672f4cae782e7288868d8f61d891286b884d25c032 738 1.00/1.00 vMB 95
456,893 456,893 000000000000000000ae7039e6b0502e129932f1d3c00efe907b7abfcb74bdc6 964 1.00/1.00 vMB 114
456,892 456,892 0000000000000000004186c878b4f7687284421ca0b49d27a1cfe308792d3b0f 1,549 1.00/1.00 vMB 124
456,891 456,891 00000000000000000102b79974b06cd7fbc5245ac100e1bcb71f711aad139813 1,636 1.00/1.00 vMB 147
456,890 456,890 0000000000000000014603ad2adfb3c60d2a700e3c2b557362596143cecbf410 1,593 1.00/1.00 vMB 130
456,889 456,889 0000000000000000006dec144e87c10fc53f82d098bfb9cdcf514acbba48830c 1,120 1.00/1.00 vMB 109
456,888 456,888 000000000000000000593b8c0bac816b2ca86736cd4666443b08566396363cd8 955 1.00/1.00 vMB 76
456,887 456,887 000000000000000000f30e760a0ee5f3a63bd25037e7a651e5414f6d1c9643a0 869 1.00/1.00 vMB 53
456,886 456,886 000000000000000001488a361ff95549a031399f4be492542de39a1c3eb5dcc8 740 1.00/1.00 vMB 60
456,885 456,885 000000000000000000251cebbee774ee1f10750b8fa8d930bb7e5e4332718681 806 1.00/1.00 vMB 81
456,884 456,884 00000000000000000108a5b2041a7a77d56b7b3c951758bb8a58936434c15092 1,071 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.