Loading Tool

Explorer IconExplorer

Memory Pool

31,524 transactions
10.95 vMB
0.15044509 BTC
Random Selection Loading Transactions
Max Size: 67.19/200 MB

Candidate Block

Mining Attempt 7f024b2f61ac541f85aab37903b7af1bcc60f9224b31a69e9c1d02315f0e74d3
Version 20000000
Previous Block 000000000000000000017354043de595fd9752a49e36145721dcc94e1821e399
Merkle Root 4e1eef83cd1b2c7f1ca61ece44cb9261a507b9a32ad2748b046edebf9bf85e0b
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,016
Size: 1.00 vMB
Total Fees: 0.05945131 BTC
Feerates: 301.58 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,402 (399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,003 917,003 00000000000000000001db9d3dfa72edc3f2de74f1e37682ed953d17eae7dd1a 4,609 1.00/1.00 vMB 2
917,002 917,002 000000000000000000015aba9759ea190fc1de93ab7cde390b1d64d335fcd585 4,183 1.00/1.00 vMB 0
917,001 917,001 00000000000000000001ce30988689b92e20b41a0570a2da1280ffd2e9bf6403 3,436 1.00/1.00 vMB 2
917,000 917,000 00000000000000000001e08b7fd44f95e3e950ac65650a8031a6d5e1750e34be 575 0.17/1.00 vMB 2
916,999 916,999 00000000000000000000c86dcb032d69a1edd3b83e44be5d25d6d6d7d1023cfe 917 0.25/1.00 vMB 2
916,998 916,998 00000000000000000000e0093b9ccc69db0786ea8138eec861fc913e0b069854 837 0.23/1.00 vMB 1
916,997 916,997 00000000000000000001a1f9ca5a730a155d78705d815b3ac349870de13d07f6 3,038 1.00/1.00 vMB 2
916,996 916,996 000000000000000000018fb68e27dce99ca8e1a23f0f84fc63091df81f38a912 851 0.19/1.00 vMB 2
916,995 916,995 00000000000000000001b0ba6c8cf29c38a97e73784bd136a7569741a41d938e 3,746 1.00/1.00 vMB 1
916,994 916,994 000000000000000000010f4ed272872e2c4c7dd50a286b17ea260d5ecd23eb4c 3,405 1.00/1.00 vMB 4
916,993 916,993 00000000000000000001e732f6714879bae186b71c0e39b25d31e0309db0985a 3,316 1.00/1.00 vMB 1
916,992 916,992 0000000000000000000168a4c59bf6a2fd1af9bdb0e7011e9ab088dbd52692aa 3,817 1.00/1.00 vMB 1
916,991 916,991 0000000000000000000177cde95426e5a89c4303f37e485b1fdd863a7ffc0863 3,762 1.00/1.00 vMB 0
916,990 916,990 0000000000000000000059863953e23ad29836bd31c802424b316a21f2f09629 6,167 1.00/1.00 vMB 0
916,989 916,989 00000000000000000000a7d85e79e324ddbd78ed85688be7d9f7d1a903abca80 2,647 0.78/1.00 vMB 2
916,988 916,988 000000000000000000002f6ad96f3b8fa0e1c9b17d4a19d755d1bb546d130c97 3,659 1.00/1.00 vMB 2
916,987 916,987 0000000000000000000104bf5547d005b37cd66fda725ab2167944d05907f056 2,786 0.96/1.00 vMB 2
916,986 916,986 0000000000000000000093c1a4d3402192082371b870208763235ef2459fc2cf 4,244 1.00/1.00 vMB 1
916,985 916,985 000000000000000000010927bc9a05be1f248122fc1d41d4b8b1c3e56ef892b3 3,333 1.00/1.00 vMB 2
916,984 916,984 0000000000000000000152ef39197e090bb1505b722a4bb4f472cd2582180608 1,237 0.73/1.00 vMB 2
916,983 916,983 00000000000000000000990c4f6f9f091cfc8d6808024f013c408d7dcc04c641 458 0.31/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 786.49 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: 1,004.62 GB
    • Received: 33.49 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.