Loading Tool

Explorer IconExplorer

Memory Pool

49,233 transactions
30.23 vMB
0.17061235 BTC
Random Selection Loading Transactions
Max Size: 161.68/200 MB

Candidate Block

Mining Attempt 28be3293f6be513b4f8c5b0e57ebaeb31bfb0231aec79186d64cc1a351826963
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 715b90fbe8335f5ba3459782fecbab4c5f00fb622748ffaa4d7a1e516986b72b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,059
Size: 1.00 vMB
Total Fees: 0.09177078 BTC
Feerates: 261.10 > 9.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (334,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,823 579,823 0000000000000000000acdc271f3b892271815ee7f0be68906f24f52c11561f1 2,431 1.00/1.00 vMB 72
579,822 579,822 00000000000000000006235a869f8141843bcedefbb45b013007593b8994ea86 2,564 1.00/1.00 vMB 100
579,821 579,821 000000000000000000222149f70b931da67993383fe58be2c160e72729f81dfc 3,139 1.00/1.00 vMB 118
579,820 579,820 000000000000000000118055b463a7dc0584e0993d2bde21a70b8cdf0972b3ca 3,200 1.00/1.00 vMB 97
579,819 579,819 0000000000000000001d6d3659d08dc16b010dd77ebb2d3455e22650f727f53d 2,768 1.00/1.00 vMB 110
579,818 579,818 0000000000000000000b4977b7d1efa97b50c9da1cbe0a5e7f418b0c0f7cad52 2,955 1.00/1.00 vMB 150
579,817 579,817 0000000000000000000e2912429b80235e00f6c5dcf49253c71c937c9efa9aee 2,269 1.00/1.00 vMB 93
579,816 579,816 00000000000000000015d8a4fe252f698f1960be79b795e9a7f5722a60bdafb3 2,466 1.00/1.00 vMB 78
579,815 579,815 00000000000000000013d12879b882f79db010a717a59ccb13d7e667335ce945 2,177 1.00/1.00 vMB 93
579,814 579,814 0000000000000000001fb6ad1ec42135233b484b0ee1062ac2156c0ca2380c20 2,418 1.00/1.00 vMB 135
579,813 579,813 00000000000000000018d3243863af2f3dd2eeaef370f20b08b1611fef5ccfab 890 1.00/1.00 vMB 42
579,812 579,812 0000000000000000000c0c099de229be05f7d6c88764c413379b2b1d921cd16f 629 0.89/1.00 vMB 45
579,811 579,811 00000000000000000020edca44543fd4c6b32cb8111dd55cc61176119b2803e7 1,664 0.53/1.00 vMB 51
579,810 579,810 0000000000000000001855c2c4b420b5b6a77e6155f26a44d2eb7b4634cb566d 1,294 0.67/1.00 vMB 40
579,809 579,809 000000000000000000086c69e0140d9a1078b20504f07dad7ad693edbdea32df 3,037 0.99/1.00 vMB 50
579,808 579,808 0000000000000000000db70d8ea8287d705caefd8d5cd6d0f663757dc1d7ee97 2,269 0.83/1.00 vMB 51
579,807 579,807 00000000000000000018225d949661e7c37e5fb7518b220111ac5e4aff48ea90 1,788 0.77/1.00 vMB 51
579,806 579,806 0000000000000000000c50aa42df5355080e37d7660b87c63610041bd9ee71f2 1,889 1.00/1.00 vMB 19
579,805 579,805 00000000000000000020e8cfdb9031782973913ed43bfb3c08941b4beb6dcea0 2,527 1.00/1.00 vMB 23
579,804 579,804 0000000000000000000e098b54923b508df61022fdc380636eb6622c19f4f264 2,927 1.00/1.00 vMB 101
579,803 579,803 0000000000000000000d7de6ebc07b22984b96d7e1643335957dcfef6e098fff 2,281 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.