Loading Tool

Explorer IconExplorer

Memory Pool

86,794 transactions
22.86 vMB
0.06204553 BTC
Random Selection Loading Transactions
Max Size: 155.75/200 MB

Candidate Block

Mining Attempt af634a6bd5f7519d96af2d3b57227d16d9a4499d5a3a9840d8dacbd674adbbd8
Version 20000000
Previous Block 00000000000000000001bb41ff454d1850d4d76a624073608fd65d2b9040211a
Merkle Root 2bdced3da66391fd6228d313b4b2dc0ce7b2f8b2db5bbe0b14c376f09c2752ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.01111082 BTC
Feerates: 318.30 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,859 (894,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,360 21,360 00000000294beac80a50b8faea71bb79612f7a3cf75f3e40b8606262b7c04309 1 0.00/1.00 vMB 0
21,359 21,359 00000000e77778a088c48018de670e3e322e2e3f3f20d8d49c63749cced92870 1 0.00/1.00 vMB 0
21,358 21,358 000000007c21e217c0d5aaeb4c9e7845a514e62c7165357a424430e70891c23b 1 0.00/1.00 vMB 0
21,357 21,357 0000000090b72c7972ab2514a9b8fce699681666dcc3dd422d9387f25a878f84 1 0.00/1.00 vMB 0
21,356 21,356 00000000c4ae19c622ba1b859f80c39a6046a8967549eafe7b098f8f45098a2c 1 0.00/1.00 vMB 0
21,355 21,355 00000000bcbd80c79291936f11dfe983bfe40498d8a7f949865ff17b11eeca9a 1 0.00/1.00 vMB 0
21,354 21,354 000000000e35bc93d1a0ca6dbb29b3a134450288fa81a44a927e946b8507b1a3 1 0.00/1.00 vMB 0
21,353 21,353 00000000bdedc45df1ad50e1d6e058f928cc01215643b943c3ff25aea9c16af9 1 0.00/1.00 vMB 0
21,352 21,352 0000000058872ec0e37d19ac6a3e68e6ab69fa81e6dc5f5f860861d904d5faf1 1 0.00/1.00 vMB 0
21,351 21,351 0000000072e540f1086514f3e28f682ebdf0cce9720d8eebecf0b5c0700400a6 1 0.00/1.00 vMB 0
21,350 21,350 00000000ac7846f3957fc5f77ce8ee0728190cdc6a192a59cd58bbf467383476 1 0.00/1.00 vMB 0
21,349 21,349 000000002a8de6a80208165976727ad3066f19cc701cccdb1e555a4c4816ed8f 1 0.00/1.00 vMB 0
21,348 21,348 000000002728faa7a41c17cb8c6364a059959292ab8bb8353382e770322f0e80 1 0.00/1.00 vMB 0
21,347 21,347 00000000436617dc52052d5d5fbd8bf33f7693d1b66f56995889bc25755e813c 1 0.00/1.00 vMB 0
21,346 21,346 00000000ea275cb6952624535ce4080abe822e9e952355c0a6d7e7ba228cfd9a 1 0.00/1.00 vMB 0
21,345 21,345 00000000817d6b8865386209d553767c74b1df8cec22750acaf87d25d2834c2d 1 0.00/1.00 vMB 0
21,344 21,344 0000000051effd28b0f2c4ec54f1eacba4e72a65affced37ba7ef5da61d36a4d 1 0.00/1.00 vMB 0
21,343 21,343 00000000e743baee19f4623a5326094087cb7842e91f9c010856b74030538b81 1 0.00/1.00 vMB 0
21,342 21,342 000000006a8c80a646c71caa023dc191c0fb31888c36b38654915758ff207d56 1 0.00/1.00 vMB 0
21,341 21,341 00000000df51bb7cc93209dbf34d04cc6fe3d33efab7d07f74ff46823b94d9d1 1 0.00/1.00 vMB 0
21,340 21,340 0000000069b4f643a24c41045ccefb29f40a73c45c94830c00b3994fe368bef3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.86 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: 794.15 GB
    • Received: 22.03 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.