Loading Tool

Explorer IconExplorer

Memory Pool

78,460 transactions
28.83 vMB
0.10847305 BTC
Random Selection Loading Transactions
Max Size: 175.04/200 MB

Candidate Block

Mining Attempt ad6c34aa64e047a31b5d9b6385c8096a74fafd903b73941e23af3cd08327a10e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 58896030016a4030a8074e4103ef46a3f1dc1691167708e1546c208493afebab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.03842961 BTC
Feerates: 602.26 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (355,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,235 560,235 00000000000000000006b4df1ea85947545d0c6a5782f818e8657965198ceb6e 1 0.00/1.00 vMB 0
560,234 560,234 0000000000000000001027d7fd7c8118aac979de982a259968cacb6620422076 3,141 1.00/1.00 vMB 32
560,233 560,233 0000000000000000000e23e93ee49f697db5c47fea4043b06c906f52b98e1ad5 1,246 1.00/1.00 vMB 5
560,232 560,232 00000000000000000011b9e40d3c30d2783f461b21fb76a1a1f42fd36d8a0dad 1,161 1.00/1.00 vMB 6
560,231 560,231 0000000000000000002361af48e2fc050daae3986f8f7819f58183753da76905 1 0.00/1.00 vMB 0
560,230 560,230 0000000000000000000dd7be8b85bd9ecf8347e811c6d077387ae2b575b8449c 2,067 1.00/1.00 vMB 10
560,229 560,229 00000000000000000010b445b08088554109a46fcf06d3cb4b542d9307d1ebd8 3,020 1.00/1.00 vMB 8
560,228 560,228 000000000000000000125d46b54b089373618bc2a1a87261e1c2d0e8ecc035f6 3,203 1.00/1.00 vMB 23
560,227 560,227 0000000000000000002b7e0e1201662c7c4547e549be810f41b90cb7b3bd8c49 3,031 1.00/1.00 vMB 16
560,226 560,226 000000000000000000289f142268599ab350793a64b103c1427b3920d8e5f2d5 262 1.00/1.00 vMB 2
560,225 560,225 0000000000000000000d28c8dc790f5c38b8fefb0d61996a81cd323332ccf6eb 2,838 1.00/1.00 vMB 12
560,224 560,224 00000000000000000007969f1e36991dbc172e4e65977e0591becc4d979b492b 2,419 1.00/1.00 vMB 10
560,223 560,223 0000000000000000001a83fc918cff3f5f78cc7b1eb3dce696a75baa49a710c8 2,618 1.00/1.00 vMB 13
560,222 560,222 0000000000000000002f3de4a70a3945937c68fbf1d1a84dda7d185f6c3e429d 2,891 1.00/1.00 vMB 31
560,221 560,221 00000000000000000008ee09510aa07dbf83fa5898ccfa03b1a6e7af51c76397 1,738 1.00/1.00 vMB 6
560,220 560,220 000000000000000000133a54692a3eabe9fd88155833bc2e30d11b75475597dd 2,358 1.00/1.00 vMB 20
560,219 560,219 0000000000000000001455a3c3d457feeba5185c927fa44e475b4cae1b9992b2 1 0.00/1.00 vMB 0
560,218 560,218 0000000000000000002409e162ae6a7ce6179f1f85196e9c058fd2721fc06a08 2,039 1.00/1.00 vMB 7
560,217 560,217 0000000000000000000b5cc88ae2fc1746f3653c41e6f2dd57357d94e972e19c 2,032 1.00/1.00 vMB 8
560,216 560,216 000000000000000000208272e3c9c04990ae3204040d5c089eabc070132a4243 1,549 1.00/1.00 vMB 7
560,215 560,215 0000000000000000001685fdc501e1a6ba83067675a7ee4398caf56190ecccdf 260 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.