Loading Tool

Explorer IconExplorer

Memory Pool

82,628 transactions
30.71 vMB
0.08514507 BTC
Random Selection Loading Transactions
Max Size: 185.29/200 MB

Candidate Block

Mining Attempt b003703307f1438ab0b6783cf4a4da4914ff69f889e64e11cc54de3886300d37
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root c2967ef9098cb39169b8706d6ffa27fc14a74c6891b0702092421098cd3aa149
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,500
Size: 1.00 vMB
Total Fees: 0.02015154 BTC
Feerates: 73.20 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (272,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,289 642,289 000000000000000000097144a565fbcec1a60a0c456e5f0c96ba483322dbad1c 1,358 1.00/1.00 vMB 36
642,288 642,288 00000000000000000006c5d945dbc4b5e1c9f1643d64212a54d395ae90d74079 1,680 1.00/1.00 vMB 26
642,287 642,287 00000000000000000003aebed3e22730c896e4566ce6c7b2e38b6890addba21c 2,103 1.00/1.00 vMB 35
642,286 642,286 000000000000000000057e01acb41970bc79953ea4ca99f50b733c46734be947 1,979 1.00/1.00 vMB 27
642,285 642,285 000000000000000000080b4e4ac8e2ae63fcd9ca99a37a6e5f8d695cd7daa94e 1,973 1.00/1.00 vMB 74
642,284 642,284 000000000000000000033d85f0dc01aaf12e12eb937b9f80f3ec707942c48cb3 2,202 1.00/1.00 vMB 113
642,283 642,283 00000000000000000006bb835fc7fc6012c61bf285bb5a93f531200ee60673bb 2,380 1.00/1.00 vMB 90
642,282 642,282 00000000000000000000d2c68024562c1fa2475175ebbe73aa74b2256d1e50e8 1,702 1.00/1.00 vMB 22
642,281 642,281 0000000000000000000b5bc583ac02a948e0e18929c4c7a4f70ae1f68d74e09f 2,198 1.00/1.00 vMB 34
642,280 642,280 00000000000000000002e5a60672e6c18e3a84e10fed0955a51251560b0489ce 2,473 1.00/1.00 vMB 47
642,279 642,279 000000000000000000091dfe5cc1b4723f290fcfaa348294473f0ec821bfd924 805 1.00/1.00 vMB 37
642,278 642,278 000000000000000000054b7e7562e61a5570c1f1b4546b2c38cdca62308bc13a 638 1.00/1.00 vMB 17
642,277 642,277 0000000000000000000bc12eab60798f9fdd6f581a6bf71d880df6a9a69769c2 1,897 1.00/1.00 vMB 50
642,276 642,276 00000000000000000007852c5f6f681d745eaca6e6059c417c747d804bddf4ea 2,729 1.00/1.00 vMB 122
642,275 642,275 0000000000000000000c40da65fd200f9cc155bb0d245f4a3d77a44858834ad8 2,310 1.00/1.00 vMB 44
642,274 642,274 0000000000000000000c705cee035da275c29edb8e200ba85b4b9b1364248582 2,398 1.00/1.00 vMB 117
642,273 642,273 0000000000000000000ea8598940ee8487923c7826b1bccb6a50cf5215b839d9 2,361 1.00/1.00 vMB 45
642,272 642,272 00000000000000000008c10d7e26c5bef1f96dd2b6db8d0cf5f7e13dcb3a64dc 2,430 1.00/1.00 vMB 60
642,271 642,271 00000000000000000010a1bbcf187530183a091075e7f5d07d55061a55854eb6 2,638 1.00/1.00 vMB 53
642,270 642,270 00000000000000000010087c53076f595e798ca379baf54f6354e2e32f2dd12e 2,853 1.00/1.00 vMB 22
642,269 642,269 00000000000000000005661e1be13c63a5f3fd45d6804fcf55823c2af38e653c 2,347 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.34 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: 661.55 GB
    • Received: 14.81 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.