Loading Tool

Explorer IconExplorer

Memory Pool

80,966 transactions
30.31 vMB
0.09467089 BTC
Random Selection Loading Transactions
Max Size: 181.77/200 MB

Candidate Block

Mining Attempt cf3952438b486b55fc2c5f69328c719b1b760622ee21450c2dcfa092f613b45e
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 4fa425ff106b6e5c4fc45323a393e7a2831fcc2ed98c493f7fcba66e965d3ad0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,015
Size: 1.00 vMB
Total Fees: 0.03187666 BTC
Feerates: 301.07 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (239,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,408 675,408 0000000000000000000a8be08efb1c929358d3fa323594f77a8d51c385a09302 379 1.00/1.00 vMB 26
675,407 675,407 0000000000000000000a5bf842478fb470e340a2db4e882f6861696e7e00036e 381 1.00/1.00 vMB 28
675,406 675,406 0000000000000000000af3ee8710894ba53c8d2517c7c191ff78610bf08d7e28 466 1.00/1.00 vMB 42
675,405 675,405 00000000000000000007c4ffea3eb986baa66f8aae5a6233c8e8c6d4d9085303 2,409 1.00/1.00 vMB 80
675,404 675,404 0000000000000000000c9fc8882b72274e6f8d4e20d05c6fadd6b63bbfde850a 503 1.00/1.00 vMB 35
675,403 675,403 00000000000000000008296f03870e5744c3498ed48dca2b8b57140df739d843 976 1.00/1.00 vMB 35
675,402 675,402 000000000000000000034b8099c551cb6ba4effbfb6fedca4f1536ff872ded56 1,754 1.00/1.00 vMB 33
675,401 675,401 0000000000000000000ac60751d56200a013482d72fbfb369b4f8ed8d0734d55 2,205 1.00/1.00 vMB 110
675,400 675,400 0000000000000000000cb3bcb002cef26d2fb7b7341bb9e25d4f6d0a230a874e 1,801 1.00/1.00 vMB 73
675,399 675,399 00000000000000000001124caee3ed1cf40af1cb56bdd077bceb8fd76d605cdd 852 1.00/1.00 vMB 110
675,398 675,398 00000000000000000000d3a76df280128feac695a392baab8fd148b18cfab4a6 1,605 1.00/1.00 vMB 96
675,397 675,397 0000000000000000000552cfc3f9e9aefccf227ca82ed9435d715219d2a90f9e 1,520 1.00/1.00 vMB 30
675,396 675,396 000000000000000000099e0813f0834bbb95c68279522d97b8509e516b7ad7e0 2,834 1.00/1.00 vMB 107
675,395 675,395 000000000000000000025d859d4f4a24891b292bdbb7625d97606feb4aabc16f 2,348 1.00/1.00 vMB 74
675,394 675,394 000000000000000000004f656a0f80d080cea032392dff7ead75fa9479d11132 1,754 1.00/1.00 vMB 60
675,393 675,393 0000000000000000000368fca7279dbbcbe5e9918dbb353b80232fffceadedfa 715 1.00/1.00 vMB 35
675,392 675,392 00000000000000000001aa2c7b5708b1d892929b5e536b67801444597bd345d6 1,142 1.00/1.00 vMB 46
675,391 675,391 00000000000000000008e6be94da9368f04f8e938dca58e9de7e4407f3efb46f 2,006 1.00/1.00 vMB 28
675,390 675,390 000000000000000000025b787a7ab6c140f00f152ee789b0bb87a2dd278c448c 2,911 1.00/1.00 vMB 50
675,389 675,389 00000000000000000005a574716a57536e3b2a440a9f1d5d6b1ee59f06e5534f 2,057 1.00/1.00 vMB 64
675,388 675,388 0000000000000000000080d7330df8cad7f60beccdae8d4089127df6d4b31c84 2,124 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.