Loading Tool

Explorer IconExplorer

Memory Pool

79,948 transactions
29.75 vMB
0.09141603 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt 321090565a80355cc09f3541edd363a5710dbe4097a9b86f4ea41790d84c4d23
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 744e6cbdf41c3bad46bb67d6c53d414d389f64d15ddd12c428260f571f1aca31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,857
Size: 1.00 vMB
Total Fees: 0.02715792 BTC
Feerates: 100.11 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (315,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,305 599,305 0000000000000000000c037dddccfed8e3b67655d5b6bee7a09d6f68db792c76 769 0.22/1.00 vMB 18
599,304 599,304 00000000000000000002233acda5bd31cd2ce00d358f7fec68800340f4162dc8 1,490 0.48/1.00 vMB 19
599,303 599,303 0000000000000000000a2d433b9cbc65c25c6a8ce5ba0e5a8169405d9d0efd88 2,739 0.90/1.00 vMB 18
599,302 599,302 0000000000000000000e293b4b6f5b72881ccdea762fd8f6e4048fe90e628c7b 2,021 0.76/1.00 vMB 3
599,301 599,301 00000000000000000006a825d8a1d7671f88f20b93c268f6f61937c965269d7e 2,816 1.00/1.00 vMB 23
599,300 599,300 0000000000000000000aa6f2d7ab99a7f53a54be0409ec873ff6df2faf60eae9 1,432 1.00/1.00 vMB 7
599,299 599,299 000000000000000000155f8708292e8da238b9fdc6f6903872cf4e9f7646a496 2,997 1.00/1.00 vMB 21
599,298 599,298 000000000000000000046d0b9e12ca176a26ebd415152d4cedcdc62f51b29333 3,094 1.00/1.00 vMB 19
599,297 599,297 000000000000000000158b7302bdfdf58e5d958f119a4c1d441519affb88168b 2,357 1.00/1.00 vMB 7
599,296 599,296 0000000000000000000cc788bb5aadafeebd49e362e1ec180f6e51965b6b2199 3,275 1.00/1.00 vMB 15
599,295 599,295 000000000000000000042a41005be2a51e0f07d40df77929c97253f89a5300d6 2,821 1.00/1.00 vMB 40
599,294 599,294 000000000000000000095bd0d8fec2ed9f62359ada4167372d5323938d4eba13 1,878 0.67/1.00 vMB 15
599,293 599,293 0000000000000000000293224ec05c5443657125776e1521f38a0a320a170abb 713 0.23/1.00 vMB 26
599,292 599,292 0000000000000000000b5c3e6885ef56397bd74052a638243d51d85d6e8d425b 16 0.00/1.00 vMB 31
599,291 599,291 0000000000000000000cef2cf54438f9d59b18a8bf8fb60c04977f30ea760423 2,132 0.61/1.00 vMB 21
599,290 599,290 00000000000000000002dbd2c8e18880ba1cecdc556817c42369d002325e2d53 2,170 0.75/1.00 vMB 13
599,289 599,289 000000000000000000154e08c63d6b82df638f078cab4e5d44b75797eb328707 3,154 1.00/1.00 vMB 20
599,288 599,288 00000000000000000000234407cae19ed026cc2a331400394a0a7fe29421a788 2,500 0.71/1.00 vMB 18
599,287 599,287 0000000000000000000409002b84dba75d1aaf2cf0d46dba30513589535ad766 1,090 0.37/1.00 vMB 18
599,286 599,286 00000000000000000011eeff1386af91e5ba173bf62138d8fcabf523baac9890 1,298 0.41/1.00 vMB 20
599,285 599,285 00000000000000000012e32ad56f2bae45f3c2ffc267ae82cab1070565043d16 2,268 0.68/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.