Loading Tool

Explorer IconExplorer

Memory Pool

33,788 transactions
18.54 vMB
0.05301749 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.61/200 MB

Candidate Block

Mining Attempt cc1f88534199d2ea29d69e1b9a8b4a2463b7c9ba5c62aa4f4b1139baae721ec2
Version 20000000
Previous Block 000000000000000000007347c597f7848ee39f401b19d508d5eced057cb49f82
Merkle Root 5399e18134af6fa071c60bdb8537cbdf46fd711139fbac4b3ff3f7cc0afb56c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,870
Size: 0.99793575 1.00 vMB
Total Fees: 0.01845479 BTC
Feerates: 261.10 > 1.85 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,849 (1,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,436 912,436 00000000000000000001f74e5b4ef0705fb4420e21cdac48351c3cd0dbf38ca6 6,700 1.00/1.00 vMB 0
912,435 912,435 000000000000000000017f5e320030acfb59ccdd6909f5cc2150074d400c43d7 2,262 1.00/1.00 vMB 2
912,434 912,434 000000000000000000016194bfc90d557f4858695b2278bd05d4d328da218e88 873 0.31/1.00 vMB 2
912,433 912,433 000000000000000000018dc7b1add66fb8b156c5d38f274cc16d2cee6c5b18fb 4,295 1.00/1.00 vMB 3
912,432 912,432 00000000000000000001c30b74deb509818c95ce996e28f092965dc61f8062f7 6,020 1.00/1.00 vMB 0
912,431 912,431 000000000000000000021e7152e3b60ddc308d34289c4d8aab077d76be3476cb 2,363 0.84/1.00 vMB 2
912,430 912,430 000000000000000000018405f44cb7ab27f4e3b19e7bfae20ca29832c61cad6d 4,911 1.00/1.00 vMB 0
912,429 912,429 00000000000000000001ce88257a078699aaca5f52e7e9a2d1f8249af1703c8e 1,638 1.00/1.00 vMB 1
912,428 912,428 000000000000000000013443f926b1075afd32f5ca17221f4f2e830204e0fd0b 3,395 1.00/1.00 vMB 2
912,427 912,427 0000000000000000000199f582a30dcdd61f8511e228db4c9f9c92dfe20cc227 3,349 1.00/1.00 vMB 4
912,426 912,426 0000000000000000000057e6df7e49c9ed343c6fb7487a0834ca3790c3e437b0 3,865 1.00/1.00 vMB 3
912,425 912,425 000000000000000000018530ba5a04b5fb5e6203647af25f3d57a0a449b9f55b 3,618 1.00/1.00 vMB 4
912,424 912,424 0000000000000000000220e7c70e98d43a690645127495208405e0d23706cbf9 4,556 1.00/1.00 vMB 1
912,423 912,423 00000000000000000000340f1a88624dd9658c335bb8ae102a5455a713bc71a6 5,894 1.00/1.00 vMB 0
912,422 912,422 00000000000000000000de2b7d81b2cd4427a1205dbb6505ac1bf96c4cc38849 6,341 1.00/1.00 vMB 0
912,421 912,421 0000000000000000000126b04866243fadb817b3bd9c5e50b945274c1d532eb8 4,283 1.00/1.00 vMB 1
912,420 912,420 00000000000000000000183f5135e891c29280b487ab6a9be8da609559df649e 292 0.08/1.00 vMB 2
912,419 912,419 0000000000000000000134c8e4154b1e06a2fdb2ecb233e09525572e5448ae34 848 0.37/1.00 vMB 3
912,418 912,418 000000000000000000008651d3eafb90d6dea5bff013a4108342ccc855171662 4,586 1.00/1.00 vMB 0
912,417 912,417 00000000000000000000beeeb1ee7d9d5042410f7f2b358c1cf921ccb57ed137 2,895 1.00/1.00 vMB 2
912,416 912,416 00000000000000000001c2107eb56fedfedf8875b7e1bd54f9d46f941591555a 23 0.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 522.02 GB
    • Received: 4.87 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.