Loading Tool

Explorer IconExplorer

Memory Pool

76,718 transactions
28.59 vMB
0.07051112 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt 07073cda18a0eaa7b44d514021949546c4f915ab00b25b8ec4a5ee9506f78a6d
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3c6d8b113f02d831a95ca4c840737d3bdd68e539263b632df10c572333b391ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,516
Size: 1.00 vMB
Total Fees: 0.01102932 BTC
Feerates: 71.79 > 1.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (799,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,669 115,669 00000000000008eb15f31d186d984c20493c4c83818bdf8aa13bc1bd914f1d4e 12 0.00/1.00 vMB 407
115,668 115,668 000000000000d7125e3753f27336d1f616744ddac3213802e27dc8cd527073f3 16 0.01/1.00 vMB 1,366
115,667 115,667 0000000000006bfaf41babca465639143523ecbf5302a47b7f85a2a42f75f254 4 0.00/1.00 vMB 0
115,666 115,666 000000000000a7c5fa1411a9d53b82bd4f077f210f99e5bbb0da4427b5d45ea9 1 0.00/1.00 vMB 0
115,665 115,665 000000000000a326f7eb92fcc94e9719a36bf4840379eaf72361e015ab3246e2 3 0.00/1.00 vMB 0
115,664 115,664 000000000000789bbd3aa3db7bc4dfaf8fd5461b3244e5adc1c8b510ebac0813 8 0.00/1.00 vMB 0
115,663 115,663 0000000000007882b070faf39994e921e5a6f1e184148b019423e375ef14e834 1 0.00/1.00 vMB 0
115,662 115,662 000000000000e5f1be5a93eefe4e8b67bdcaa5bc32bfee799eb787a8a7df38d6 10 0.00/1.00 vMB 627
115,661 115,661 000000000000a7f1c693ffae82743d9b91fb327bce740efb6e75b9fd8bd2c7f1 7 0.01/1.00 vMB 416
115,660 115,660 0000000000009bcabb85ba31bf827ecf2dfa3cc3ae39e395cf2a106bdd7e10c3 12 0.01/1.00 vMB 0
115,659 115,659 0000000000009cd78330d3ff17590ce2c0be76d5d771ce73add23596cfe85671 2 0.00/1.00 vMB 0
115,658 115,658 000000000000738d5a577a7b02e905814680d2b0f6c8c548140084236d2e2f74 10 0.00/1.00 vMB 357
115,657 115,657 0000000000002cf1eff8abc12b22ea2d47cdc06a6b7c72f4f8799a7a7d784619 7 0.01/1.00 vMB 881
115,656 115,656 0000000000000364ae254cffa16b7b2be2cb7f6290887bb9c508faea0ec808ef 18 0.00/1.00 vMB 1,657
115,655 115,655 00000000000001667ca95ff57da0eb43c0890a57c67fc6678253a056b4e07730 7 0.00/1.00 vMB 0
115,654 115,654 000000000000e3ba5dac100763b6d74a98838166b8de94da4ca4cdbdb4b13e7e 7 0.00/1.00 vMB 615
115,653 115,653 000000000000aa6ab1c98e8d638b1eff1faad92be640a0b096cd4a2cf3ca1506 12 0.00/1.00 vMB 1,203
115,652 115,652 0000000000003ec37fa5a0571995176c96ca96febcab187c152180acac7e6535 8 0.00/1.00 vMB 0
115,651 115,651 00000000000099191b871a6c38ed7f946cc081e49366550d09ba32395537bb61 11 0.00/1.00 vMB 0
115,650 115,650 000000000000e31a484a81929e55aeb19e95d77302276fc41770a26cd92d980a 10 0.00/1.00 vMB 1,524
115,649 115,649 00000000000027de6d75a94c0f175cb5775c11076527f25c782b399de5da2bde 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.