Loading Tool

Explorer IconExplorer

Memory Pool

42,056 transactions
26.41 vMB
0.06069203 BTC
Random Selection Loading Transactions
Max Size: 138.38/200 MB

Candidate Block

Mining Attempt 2a267b18ae45b1ee4cbdd95f02a450e7aa0b66faca614d87536ee6f77d7d979f
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root ce4428bad7b7a189c1b3f48c190c498f8d57a5f8e4e57cd973eb711218ca96a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.01205338 BTC
Feerates: 477.45 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (313,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,048 601,048 0000000000000000000bdb24fb90ca97d774b26040293f7a26965752df4b39ca 2,016 1.00/1.00 vMB 13
601,047 601,047 000000000000000000120e0ffba8c49dcb95279fd998dba5bf37ff31e02729ce 2,674 1.00/1.00 vMB 23
601,046 601,046 000000000000000000125c9e34c7e49692a3a88c664dae35f7c72c4ade4ad7f1 2,563 1.00/1.00 vMB 21
601,045 601,045 0000000000000000000f26d0dd2e1e8a3a79567f2f2acfeee3222b4d3079b931 2,001 1.00/1.00 vMB 30
601,044 601,044 000000000000000000103473600343700b3b0b83ef96e3b9c98b31abea6d2752 1,770 1.00/1.00 vMB 30
601,043 601,043 000000000000000000054d921a69c1689635224da1d5392021bf8834e29d53b1 2,661 1.00/1.00 vMB 44
601,042 601,042 00000000000000000000c0c67e0203e3bf0e33dd07b4450a7aa3221078530fe4 1,821 1.00/1.00 vMB 12
601,041 601,041 0000000000000000001461cc4adca9299f9edd20dab723be85df8c95fb1df9e3 2,694 1.00/1.00 vMB 20
601,040 601,040 00000000000000000010ff3183e8b20cc7559839c46a5eab4074940c173cf870 3,059 1.00/1.00 vMB 25
601,039 601,039 0000000000000000001433c86463491e27ccab737fc11ea9e27943c1f613faf4 1,554 1.00/1.00 vMB 29
601,038 601,038 0000000000000000000adf3e4f65d32fe34d88fca834282bda308631c6da9234 1,402 1.00/1.00 vMB 21
601,037 601,037 0000000000000000000a0970b193df700fb1b1a88f7a2f9a0e505ca39513a012 2,378 1.00/1.00 vMB 23
601,036 601,036 0000000000000000000c5afcb10fb711cfd35d81c37f4388c984108b16375a78 2,724 1.00/1.00 vMB 30
601,035 601,035 00000000000000000003a25c5299c9b146fa80c2bbf9e0419715ceade93f3501 2,575 1.00/1.00 vMB 24
601,034 601,034 00000000000000000000f11faed3ac55fdb9a8f53e8fda0cc019aa4773215404 1,794 1.00/1.00 vMB 26
601,033 601,033 00000000000000000008e34f189eda1e7d6ff04afda58b2207943eba2a145982 2,966 1.00/1.00 vMB 34
601,032 601,032 00000000000000000009cc4f77ff99ca040d96c1eef6700683d51092b8eb796b 2,653 1.00/1.00 vMB 31
601,031 601,031 0000000000000000000dbc821a49d0ce96d47d302a5cad0781b390cd73c0558c 2,771 1.00/1.00 vMB 30
601,030 601,030 0000000000000000000b697a004fd689d7925bd5962d3c34f4373378dd82e02f 2,494 1.00/1.00 vMB 53
601,029 601,029 00000000000000000008abe74fb542eb64201535c10872ef8d1f5751f7789f52 2,877 1.00/1.00 vMB 31
601,028 601,028 0000000000000000000cdf319b1fe1cd533e0b35565d842da85adfd413cb58fd 1,876 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.90 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: 645.48 GB
    • Received: 12.73 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.