Loading Tool

Explorer IconExplorer

Memory Pool

73,585 transactions
28.51 vMB
0.07109141 BTC
Random Selection Loading Transactions
Max Size: 168.49/200 MB

Candidate Block

Mining Attempt 801be6ac5df6d8ead68cd1825e0ada65a70aa4eba49aa8fa90a9895e0ce35c6e
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 023600f7435b3fb791db4acba30f59ce867ccf250ed8f0dbc0c870518d53c778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.01387694 BTC
Feerates: 100.36 > 1.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (269,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,691 645,691 000000000000000000053891c7a63f26f13faac8bbd57bb4bb9875000b33c632 1,526 1.00/1.00 vMB 93
645,690 645,690 0000000000000000000cd59229ae4008b9696283a8f000b641e619db529b0bce 3,114 1.00/1.00 vMB 132
645,689 645,689 000000000000000000024827e03b6c13ce76275079d458b2e79e77a9d1a1580b 2,226 1.00/1.00 vMB 71
645,688 645,688 00000000000000000006d4d58c872ce883b11107ffd96b26b6b1bc157b2d2f3d 1,711 1.00/1.00 vMB 14
645,687 645,687 00000000000000000006923cc08fb61894882e9a38a5e7459d39803ac6f3071d 1,604 1.00/1.00 vMB 27
645,686 645,686 0000000000000000000467080151dcaf396b0257f8b6865d677a66475b1fa1c9 2,253 1.00/1.00 vMB 48
645,685 645,685 000000000000000000009634657ecd3029ad0638ccf36f06e3c49152468ae34b 2,474 1.00/1.00 vMB 64
645,684 645,684 000000000000000000036eb393cefd117d724aa0540f73358d0008f7077e3b3d 2,666 1.00/1.00 vMB 40
645,683 645,683 00000000000000000002aefb3532928fae6e4c37d2e888e052f2222d8b7ae149 2,461 1.00/1.00 vMB 52
645,682 645,682 0000000000000000000e99652c641c5582885461f0f6ee77e4788aad5b6c9cfa 2,773 1.00/1.00 vMB 79
645,681 645,681 0000000000000000000dc86d4a4c60673f265af09ec3112f72df7c365ec1c239 2,264 1.00/1.00 vMB 11
645,680 645,680 0000000000000000000ec729bdcfd2d71d6c740def38e8cdfa6b5e990b96420e 2,221 1.00/1.00 vMB 58
645,679 645,679 0000000000000000000b2831c3f94a6a7cf4bdc79209a4466b1d91a12f47d8a3 2,371 1.00/1.00 vMB 70
645,678 645,678 0000000000000000000bc39ea21b8ca85b35aa87d734bb122a31b70719f6ea86 2,716 1.00/1.00 vMB 62
645,677 645,677 0000000000000000000f1316fb837abe27dd0feeaef67db955fefb3ba86c6fb1 2,776 1.00/1.00 vMB 57
645,676 645,676 0000000000000000000d3c392105dbb88613d0a961b043604e1cca55fcb6bc28 2,618 1.00/1.00 vMB 113
645,675 645,675 0000000000000000000f92880800cdaf8b3deadea1a874bd0f5dbb9b212890a0 1,618 1.00/1.00 vMB 108
645,674 645,674 00000000000000000004f428e5a4a112132f290cc50090bd05b563717ead48c6 2,485 1.00/1.00 vMB 91
645,673 645,673 00000000000000000005bfa8883951c9be6baf14769fe3463f22854bbd28286f 1,806 1.00/1.00 vMB 19
645,672 645,672 00000000000000000003c34e7b8b972446aeb074273b304067a856527bbd6774 2,149 1.00/1.00 vMB 24
645,671 645,671 0000000000000000000ba1a5a2d2ad197dec3eb1df574b8de6015b452578ff8e 2,092 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.