Memory Pool Memory Pool Refreshing

5,981 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (616,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,600 291,600 0000000000000000d73d6b4a44f306c58365eaf63caeaf648e318553262d2038 0.13 MB 219 28
291,599 291,599 00000000000000001aa6ea3c7ac3e8983e2a1ed623102b0cbe4064dd91fedac9 0.18 MB 105 15
291,598 291,598 0000000000000000671ecbc2c48e81471d1cba6649d998bbac6cb22e5927d309 0.00 MB 1 0
291,597 291,597 00000000000000005c6bc32d69a1ad51836420e42913d58568c10a095269769f 0.35 MB 368 22
291,596 291,596 00000000000000004e6d3870aafa8285bad97d7523656d4a036724dd8ffebc12 0.35 MB 843 46
291,595 291,595 00000000000000009af454355968eb6ddca60941328c6c21f6ab0b13bebfe711 0.10 MB 164 25
291,594 291,594 0000000000000000677e37d90bbae5ee6d81abe7e23ca5ecd0f2109707d8ba27 0.09 MB 133 22
291,593 291,593 00000000000000003c96e20864e9f4ca750dcb3928e78455cd2151dae69922cd 0.67 MB 867 28
291,592 291,592 0000000000000000f5578ee30ed7465048b068e25331356183e2d9ce246db92e 0.34 MB 243 22
291,591 291,591 0000000000000000c90aaf9206b33c639839604bc4dc68b52c3d5b699d37efe2 0.35 MB 790 28
291,590 291,590 0000000000000000402651f5466857a65de96309a8b6b1f86d3e8d49d059c3d4 0.35 MB 984 52
291,589 291,589 0000000000000000d6559aef6dc89d36e7111011867c9410659b412a14b476f1 0.22 MB 304 24
291,588 291,588 00000000000000003cd2f1e1a81263ad4c7c13ffd18519c00db3b53316483bdf 0.31 MB 228 17
291,587 291,587 000000000000000050271c9bcb22d7daa97f77388796cd1cadae47832691594a 0.25 MB 692 44
291,586 291,586 00000000000000000fd0a785caa1d3f8c9453c11c5fdfe97219ba946e179a54f 0.22 MB 216 24
291,585 291,585 0000000000000000edb9caecb9347ff3a1856d1a55483127740577e9ec7b2be3 0.25 MB 199 15
291,584 291,584 000000000000000101e284740d1e8c6d57f70b57641595c824d3977182e34ab0 0.35 MB 256 27
291,583 291,583 00000000000000009e437efb06bab58643d34cc144a96838c61b3bdd4fddead7 0.24 MB 512 33
291,582 291,582 00000000000000009171db2b7c1b7d5f11cc049dbea6dc5279e7d1a9f50909a8 0.25 MB 695 55
291,581 291,581 0000000000000000492173e42ee839b52e32f259743ff6b691f09f6b1cebe205 0.12 MB 242 48
291,580 291,580 0000000000000000dfa3524c776ab9b9c507a4366014ec06965829ffcbc00423 0.20 MB 274 33
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.