Loading Tool

Explorer IconExplorer

Memory Pool

76,892 transactions
30.69 vMB
0.13490221 BTC
Random Selection Loading Transactions
Max Size: 176.50/200 MB

Candidate Block

Mining Attempt ad304782e6eb3b159efd8448e48cecb30fb506f069a0b0c27787a3899f6d1ca1
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 7cda5e644df8f5fc998ff16833b44ac9e2309d439306aecdaabfff4658c2179e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,402
Size: 1.00 vMB
Total Fees: 0.04909597 BTC
Feerates: 150.36 > 4.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (427,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,191 487,191 000000000000000000f9aef8b309dcd0db2a0829903227cd4ca7b8aae97a7edf 1,849 1.00/1.00 vMB 150
487,190 487,190 000000000000000000a02cb29f49f3895d6fb6f882c71453dc24d60f9cfe5028 1,747 1.00/1.00 vMB 155
487,189 487,189 00000000000000000099f02eff04b6737f42240e6bed16e0aab0c43cea2e9344 2,173 1.00/1.00 vMB 87
487,188 487,188 000000000000000000a63a8f595da95829cca91f0d973b3b434e7c7e84fa85ba 2,475 1.00/1.00 vMB 172
487,187 487,187 000000000000000000b0e68034644de5df33298ebbf772daccfa90ff2ab7e533 2,434 1.00/1.00 vMB 165
487,186 487,186 000000000000000000d9929999d117ea71f915e242b2367ce9ce1f744f13e874 2,237 1.00/1.00 vMB 57
487,185 487,185 00000000000000000037ec9f94e2475395bb0bde1593e6ca222675d1fb956d41 2,524 0.99/1.00 vMB 175
487,184 487,184 000000000000000000cbab76c01b7ceb8264ca6b0912db7177a341de83cb9efa 2,009 1.00/1.00 vMB 126
487,183 487,183 00000000000000000041af2472babe98c3f8958d85263c16bcf79423897fe3fb 33 0.01/1.00 vMB 404
487,182 487,182 0000000000000000006853d043192266942da3b71cb6cd65ce0b9c16c7d4eddc 1,953 1.00/1.00 vMB 97
487,181 487,181 00000000000000000058238eba47b107f1411aa7b0947bfbf08956a88f87ea3c 1,461 1.00/1.00 vMB 93
487,180 487,180 000000000000000000ef286ad71ff63cbe8b4de0b04a718ed1a0ccf45db56c46 2,042 1.00/1.00 vMB 116
487,179 487,179 0000000000000000002ea424a37b888a4cbc21f9c7bf2eb972a5015becac85c0 1,828 1.00/1.00 vMB 139
487,178 487,178 000000000000000000bf7acf8e9ede64a77ea38feba3d68a38744f6606da1fcf 2,156 1.00/1.00 vMB 165
487,177 487,177 0000000000000000008f6eb040c77bbba70ec3afc8951925d6b98c48ce2b01a8 2,399 1.00/1.00 vMB 165
487,176 487,176 000000000000000000b8564799c849af21457bef73b283b123336388d28832c9 2,433 1.00/1.00 vMB 179
487,175 487,175 00000000000000000021357ec561183aecdde079c32a435a4f2ef309f4915aef 2,178 1.00/1.00 vMB 101
487,174 487,174 0000000000000000005aceebd2d628c5abcd27c14fbb1ce7565b1e4a19f3d6ed 2,027 1.00/1.00 vMB 105
487,173 487,173 000000000000000000d175ef8d67e4c6d711999497ab5ed22debc21091bf2b6f 2,302 1.00/1.00 vMB 60
487,172 487,172 000000000000000000e9ee49b013f5ef521cf34ee54167280b4794863d8586d4 2,292 1.00/1.00 vMB 173
487,171 487,171 000000000000000000c6e952296c5f1f6183dd05d81c786191b7c4bf3daa3bb4 1,982 0.98/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.