Loading Tool

Explorer IconExplorer

Memory Pool

74,097 transactions
27.35 vMB
0.06521268 BTC
Random Selection Loading Transactions
Max Size: 167.01/200 MB

Candidate Block

Mining Attempt b895eacf52ee01ccbed034c00ccca05ed89e2bf7ebc94abc9621eb9a86271645
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root aba142165f5198baa28853707c83d74b840469098bc95a12c195080f5683e191
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.00696627 BTC
Feerates: 100.53 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (470,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,511 444,511 00000000000000000188c7b1dcd0422d47641b1e8aeb70e25061f1e5d9459125 46 0.01/1.00 vMB 84
444,510 444,510 000000000000000003604238fad342057e20a4c6a6369f0bccbfa72a2615bc5a 1,482 1.00/1.00 vMB 58
444,509 444,509 0000000000000000029f2ab77377e9f7b1bc8377503f4807d1bf7441cd9c0982 1,943 1.00/1.00 vMB 72
444,508 444,508 0000000000000000025b583740fd331685e85eb03cd83e4f29b50a3b5f2964bb 810 1.00/1.00 vMB 19
444,507 444,507 000000000000000002c4902b5e92ef12cd289c04c9461c7b6af8b93b091bdfc8 214 1.00/1.00 vMB 15
444,506 444,506 000000000000000002f4bb5ec6ec091a1be20bc880c200a05a4943561bae295e 994 1.00/1.00 vMB 40
444,505 444,505 0000000000000000026366f28b15a8e8e092f51f5b638dc47f2b82ba67ab8bfb 2,242 1.00/1.00 vMB 72
444,504 444,504 000000000000000003740f03bf7581f875bdfcdb56b242cba032069425d8e152 2,526 1.00/1.00 vMB 77
444,503 444,503 000000000000000002bd19839ff1f3e015eab54801b8809103bbeb4f96ce785e 2,925 1.00/1.00 vMB 93
444,502 444,502 000000000000000000751b580112904c0f2e9244d88b0eab51fc368c08389f43 1,551 1.00/1.00 vMB 49
444,501 444,501 000000000000000001b9d9a927666f9982eac5ea0b44ab7395576720d8170a93 1,758 1.00/1.00 vMB 53
444,500 444,500 000000000000000002e68b6800ab0ac677873cad834d9b09a639de2182eb911f 2,193 1.00/1.00 vMB 71
444,499 444,499 00000000000000000035ccc136b116da0a1cf5ef9d6cfdfb7dd6c89540d5f071 1,370 1.00/1.00 vMB 40
444,498 444,498 0000000000000000006003f299ef5686f8946482d65bb83eab52846af477c277 1,729 1.00/1.00 vMB 51
444,497 444,497 0000000000000000027b6abedac305d6c58d84fc863892557a36208fe9fb11fd 2,542 1.00/1.00 vMB 79
444,496 444,496 000000000000000002adcc3be68316a131a11bef0a9266dcf10f841cef062dde 2,871 1.00/1.00 vMB 74
444,495 444,495 0000000000000000034ed7a973b06228f0e3bbbef377ae5f0d5f5a46870d1d1f 2,568 1.00/1.00 vMB 96
444,494 444,494 0000000000000000031f7f3b0a70b34711dc9abb6d1dae631fd6ce4f7c648a40 2,473 1.00/1.00 vMB 77
444,493 444,493 000000000000000000f73078206c7c4e5e6534f77c007624efbcbea360c7f4f6 2,290 1.00/1.00 vMB 84
444,492 444,492 000000000000000000feedd2cac9f88c782e86c49838913e39d1bc46b3474189 1,641 1.00/1.00 vMB 58
444,491 444,491 0000000000000000029d23d1f70af784b7f5ea310286c98ec63a5882057b6eee 1,824 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.