Loading Tool

Explorer IconExplorer

Memory Pool

86,729 transactions
32.22 vMB
0.11155680 BTC
Random Selection Loading Transactions
Max Size: 195.86/200 MB

Candidate Block

Mining Attempt b6189b458cdede2cf4f7f44e44a15f6b813097f7b1c9bca4e788b79ec3d35c4f
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 1cbf793807cff26dc9ec5c9909440abdab5ab49f3e2518f5ea68f3ea6828b395
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,686
Size: 1.00 vMB
Total Fees: 0.02586072 BTC
Feerates: 301.68 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (680,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,363 235,363 00000000000000306bb7ba4da123088aa2c92fef8b7221fc27e646ba1240369f 832 0.25/1.00 vMB 174
235,362 235,362 0000000000000195c6c23eea7c2de68a97746d9913cb10d805bfc78e444af270 428 0.22/1.00 vMB 149
235,361 235,361 00000000000001199ab722c0b1acddc2da601fcafb5c6295ab9039f3f9ae6ee4 795 0.38/1.00 vMB 149
235,360 235,360 0000000000000141572834be89c9d550d4601c4cdcab37c1eef5c65bc54f918a 184 0.10/1.00 vMB 123
235,359 235,359 00000000000000c9b070cb6c37f1369752e670f83603176b591d7a18b259e364 236 0.13/1.00 vMB 144
235,358 235,358 00000000000000e96768f79fa24d1f416261bcd3a68162c01bc4cd0e8e41ba46 795 0.34/1.00 vMB 180
235,357 235,357 0000000000000156a5c8228bfd63b213b8af09d41705d77f58502aed01ae5358 408 0.23/1.00 vMB 153
235,356 235,356 000000000000007e33d11620e26f00efb4cd82f61e6c7030d5ba6277a3ff24f5 627 0.47/1.00 vMB 126
235,355 235,355 0000000000000059241403f6411ffdb1ffbafbd17b09c52feb99f0634853f1e5 684 0.25/1.00 vMB 210
235,354 235,354 0000000000000070782c38192cc7be27a9f26c72e0a663f9d229bcdc6881fec8 1,096 0.47/1.00 vMB 180
235,353 235,353 000000000000017171552cad18417bd3f2695683cc3a63e8d6ba697fa2122e89 4 0.00/1.00 vMB 0
235,352 235,352 0000000000000028b9f64d0f6f22f68c74eead5f53bf75823f617b1bec8c1253 572 0.25/1.00 vMB 175
235,351 235,351 00000000000001367629317daf881e2ce1199120236af3f6b7c91aad6027992f 776 0.25/1.00 vMB 293
235,350 235,350 00000000000000e393e26bc5ae32e86a4793e2a619497c50733b69cdbc202bf1 475 0.20/1.00 vMB 220
235,349 235,349 000000000000011feb7cfb4356b8746ed7c28debc9a5f61a16ebf8a9359bb6e3 380 0.16/1.00 vMB 208
235,348 235,348 0000000000000099e8e6e4acafa263ba54e4e59d251c6ff3cc26aac5d36b96a3 324 0.25/1.00 vMB 93
235,347 235,347 000000000000000813255b3610c6284bde79e27897a1237e1e7e81e9257bfeac 267 0.08/1.00 vMB 14
235,346 235,346 00000000000000f344338cc19f4a891442e5b210bde3662fa51840c7edbf6f3c 506 0.34/1.00 vMB 107
235,345 235,345 00000000000000cb6f473cf4f25ca996f7e37a0faa8040d33cc08430da8c124c 415 0.25/1.00 vMB 115
235,344 235,344 00000000000000685f66a6d4452013ea94acdf66679ec1feb3db289030d8a533 621 0.25/1.00 vMB 195
235,343 235,343 00000000000000e7e04201ee42dc8df4f6aa67ca28d9766e9c93ad524631acd5 850 0.25/1.00 vMB 269
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.