Loading Tool

Explorer IconExplorer

Memory Pool

79,918 transactions
29.72 vMB
0.09098839 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt 9f7d259d32f8c5fed1e632c2619c22a38a2aba33200f355fa2ce4938c1b5a16f
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root e68dd5d80ea5714e946fb08cd311291cea93a8abea410cc5325d163957f3752a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,860
Size: 1.00 vMB
Total Fees: 0.02708900 BTC
Feerates: 100.11 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (315,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,308 599,308 0000000000000000000b32f8291d6745f9db3de2a72e842d07236b05dd9a84dc 2,537 0.94/1.00 vMB 8
599,307 599,307 00000000000000000008370464a5d028ba84d80653d31597e714485af2acd654 2,802 1.00/1.00 vMB 6
599,306 599,306 00000000000000000012cc76ab47687b8abda446d70f745831639fbdfdf6e1a7 2,902 1.00/1.00 vMB 35
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
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.