Loading Tool

Explorer IconExplorer

Memory Pool

37,710 transactions
25.45 vMB
0.06231120 BTC
Random Selection Loading Transactions
Max Size: 131.26/200 MB

Candidate Block

Mining Attempt 9b72139031e8e2216f6e958cd0c1dfae982261df8e66646954826ddb19ea395d
Version 20000000
Previous Block 00000000000000000000f29f8bc6623c876b1c28cb328a71a306f0d15ee3bb07
Merkle Root f0b533a7c6d18078d1e9770b337e1b1119e1d2ab5052cc10098f19cd94e1d83e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,095
Size: 1.00 vMB
Total Fees: 0.01646932 BTC
Feerates: 101.64 > 1.65 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,805 (453,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,680 461,680 00000000000000000070b421abe3964ea06aec1f09882743b6fe068d723605b4 1,437 1.00/1.00 vMB 146
461,679 461,679 000000000000000000ba4473809beabacab1d70de6b0d6934fbb0118796f70f9 1,672 1.00/1.00 vMB 122
461,678 461,678 000000000000000001cf1007561bee52ee49dda5af4ddf7a84ad5d1c0b20e67d 1,071 1.00/1.00 vMB 112
461,677 461,677 00000000000000000109739475b54bb08ed38a21d40529df7a13b6ed13fa611e 2,185 1.00/1.00 vMB 134
461,676 461,676 00000000000000000181b20e47dcebc68bf950c08576eaa86c320cc8b7226fa9 2,013 1.00/1.00 vMB 140
461,675 461,675 000000000000000000ca15e9ec8ab770c1701a48130971dd3dba1fd32346647d 2,509 1.00/1.00 vMB 178
461,674 461,674 000000000000000001cb0faf0e3cad02af395ba4d4a04c26c926c090e974e7e4 10 0.05/1.00 vMB 81
461,673 461,673 0000000000000000016439bb02ddb29aaf9247f6772674bf3ae60f6143c9eb80 1,773 1.00/1.00 vMB 177
461,672 461,672 00000000000000000177b764ff03db56b85689f4533b3c639173cd5931e592ca 2,299 1.00/1.00 vMB 124
461,671 461,671 00000000000000000164e46dc02e0ee8ca05d7a57a4ee64a6f0152839b3c9c8d 2,230 1.00/1.00 vMB 126
461,670 461,670 0000000000000000016288430faa020a3e9634988f8bd161ee5d0fd505100da0 1,079 1.00/1.00 vMB 104
461,669 461,669 000000000000000001212061cb69fab319f0fd0e7f455045e3ca2fdb275e184e 363 1.00/1.00 vMB 133
461,668 461,668 000000000000000000030950633c9c2307d96549c39e62ecd819f69d7da8fb00 1,243 1.00/1.00 vMB 165
461,667 461,667 00000000000000000029486c9e04bb8bcadd672d294c68f2af181b4d6a73f9d4 2,291 1.00/1.00 vMB 165
461,666 461,666 0000000000000000015cdc2a2c7ba43b3c65360a9d003fb1df4625de1b9b407a 2,545 1.00/1.00 vMB 226
461,665 461,665 000000000000000001f4b280e8e3fbdebc5c75401685aa616f21d30d36dd1b86 1,857 1.00/1.00 vMB 135
461,664 461,664 00000000000000000094784c391a6f63e8ab26099a427b053015f8c6666f7445 1,393 1.00/1.00 vMB 104
461,663 461,663 00000000000000000172ad9ea56a90bdfed0f364a902500e9ff4d74f000ced99 2,427 1.00/1.00 vMB 167
461,662 461,662 00000000000000000137a6b853ed6e23c023235f562818bb60245712374e1ab8 2,105 1.00/1.00 vMB 149
461,661 461,661 000000000000000001a54140cf7a7eddd794138a616983c6686b2ac4af837c07 2,098 1.00/1.00 vMB 136
461,660 461,660 000000000000000001da323f45f7c9afef4bb6c3e084a2216eb9a7e8c917c080 2,451 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.59 GB
    • Received: 13.29 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.