Loading Tool

Explorer IconExplorer

Memory Pool

81,819 transactions
30.11 vMB
0.09594703 BTC
Random Selection Loading Transactions
Max Size: 181.72/200 MB

Candidate Block

Mining Attempt 08ca327fc20743b9e283e58fb3055ad7e9917d690918e696242fd34d7ecbdef3
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 6104619705d2cf663e3e97cd70ec1ea9e691290415f37aa82abf1e8009c9bbaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,926
Size: 1.00 vMB
Total Fees: 0.03433454 BTC
Feerates: 526.32 > 3.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (861,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,926 53,926 000000000c9c27edee1de10618d49f1c3153a5714a387020c81c71e95fdc3adf 1 0.00/1.00 vMB 0
53,925 53,925 000000000bf8e221ada3c7c1541fa5406929970e63fa0e4f2d3327742bd1881b 1 0.00/1.00 vMB 0
53,924 53,924 000000001488fc7dfc57d80a6112ee8eb5753990ee9bc230d63948ea0386bf7d 1 0.00/1.00 vMB 0
53,923 53,923 000000000700b6375cf2d1796d9504e14875fb7f17bcceea85097d7ced5914ce 1 0.00/1.00 vMB 0
53,922 53,922 0000000007945aa5f560d8b8d82a461526c0e2bacc3740aed8638e14dd368e60 2 0.00/1.00 vMB 0
53,921 53,921 0000000012b0c60b70d8bd5f96b03f195de953e17ac4f894ebcb30451520c5f3 1 0.00/1.00 vMB 0
53,920 53,920 000000000aeb0cfc657becde25bfa62655e78262a184d06bf65b93fc153eafaf 1 0.00/1.00 vMB 0
53,919 53,919 0000000015c47a81e874d467a054cf542d1fdde9d08ae948f272af7106093b5a 1 0.00/1.00 vMB 0
53,918 53,918 000000000c44e44fd7e4f0f468789f438c8afbae4e88fc9b40c48b714027e40e 1 0.00/1.00 vMB 0
53,917 53,917 0000000000c2ecdd6be6b2a722d9c3eb656123d3b5addc564ba5e276ca63aca1 1 0.00/1.00 vMB 0
53,916 53,916 00000000080010735d6167996a9134dfa91c1cb7113e84953fb43e0aef0d2ef2 1 0.00/1.00 vMB 0
53,915 53,915 000000001576f12f8ac9e1fd5334593e774d2119cc4c56b6554a64b845c6c1bb 1 0.00/1.00 vMB 0
53,914 53,914 0000000011876315744409b29c106bf0df0fc686e3f7554df3490207eadad814 1 0.00/1.00 vMB 0
53,913 53,913 00000000014a7d794264a3864578d08aea3648a39c8624e71536372f04c2a509 1 0.00/1.00 vMB 0
53,912 53,912 0000000013597afe1c43c69a0ce1634afee264e6cf8702f38bcbf785b862a818 1 0.00/1.00 vMB 0
53,911 53,911 000000000badf11a32c42bbf8583fb23dc049a36ec643fb7cf81ae0991c2b169 1 0.00/1.00 vMB 0
53,910 53,910 000000000adacd704c8000ca732bb7b0c5860538219c80e80664c2e7186b09a5 2 0.00/1.00 vMB 0
53,909 53,909 0000000004f897b9b9bd9957b2c362ff5cf4a56527d09a2823d81ec0f14d40b7 1 0.00/1.00 vMB 0
53,908 53,908 000000000baa63b91e51a18ac26d89e46185f0a60ffd99b5ca8e6c8b11531e2a 1 0.00/1.00 vMB 0
53,907 53,907 0000000008428e0c6ae1d6bc41be14f9c6961a491f22571443e63d5b004da01b 2 0.00/1.00 vMB 0
53,906 53,906 00000000000c784854d837440718f4c463aa83d4b48f085447cafc28ec51fc01 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.