Memory Pool Memory Pool Refreshing

10,869 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,730 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (627,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,246 280,246 0000000000000001461c67b96bbb544bf6fcbff3fada4591b50b4d4aee79aeb2 0.03 MB 80 11
280,245 280,245 00000000000000021a40543e88955731994bf274db32ef7cdf3ebdf2e4f11f5f 0.17 MB 354 54
280,244 280,244 00000000000000007288a0301eedcfafa621941fcf9e6d14e4e0da1532a11b86 0.32 MB 590 40
280,243 280,243 0000000000000000fb51893e0748ce01fa1716639ee12fb53e4cea903316febd 0.28 MB 543 41
280,242 280,242 0000000000000001d241169773a3aef1be19d55a0de05bf2d3b5dd5431a0bc5c 0.26 MB 131 14
280,241 280,241 0000000000000001f2a74ecb22963731c104f940091229f2829325aed509e676 0.25 MB 466 40
280,240 280,240 00000000000000015833beb886288770b2e06b984aa6e113f31cd902bf78b87a 0.35 MB 774 34
280,239 280,239 00000000000000009c03b76f813c6495dd2bf0d703faea20c90914eee560ffbd 0.03 MB 89 184
280,238 280,238 000000000000000193cc2d3b0acd171efc2512dc7a9d8441e2576aba0cdfe9b7 0.14 MB 232 48
280,237 280,237 0000000000000000eb5446a97ee684da10a454d9d43c25c3345efaa7463d11ec 0.15 MB 284 54
280,236 280,236 00000000000000010742b145eccaceffb2245a40c05bee2ae5636e70d23b2826 0.05 MB 63 29
280,235 280,235 00000000000000001ff269b728806f9e781565475f38d054b1aa13a0ce84b3f2 0.21 MB 383 37
280,234 280,234 00000000000000002685f0cc4cbd928acc6b83372c6e87bf583ad092cc196b22 0.14 MB 230 21
280,233 280,233 00000000000000003d65acd22e2fe64d99abf9541ff6157e7dc5a0d52d6bb7ee 0.03 MB 104 58
280,232 280,232 00000000000000001db42fd80a0e80b1aa040927e34e58e9a07309f2ad0bb9eb 0.08 MB 51 15
280,231 280,231 0000000000000000409b56d11958e63087f5d4a08d43b5a1425a850147bc2840 0.22 MB 329 39
280,230 280,230 00000000000000015e0a023118d8b30e79d49933965a22cb949b1c7057947862 0.23 MB 412 27
280,229 280,229 000000000000000197769cb728cdace9a2db56770add33f984e963649c5d1423 0.03 MB 113 68
280,228 280,228 0000000000000001ef6ff641fc39e58b9b88a0e2c0b093aa6010732dd41e2ba6 0.03 MB 102 77
280,227 280,227 0000000000000000ce6dd951bd2a0f31798be088979b872d9ee384ad3ab457d6 0.03 MB 80 146
280,226 280,226 0000000000000001a568cc8c32594ea70b5ad029b2f70a1dd02c7a543019b839 0.08 MB 180 34
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.07 GB sent, 93.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.