Memory Pool Memory Pool Refreshing

17,870 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (616,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,607 291,607 00000000000000007d60f92a4371864c7e6a5d8171b8c9def3ceba0a489db575 0.33 MB 643 37
291,606 291,606 0000000000000000828359eac6e668547e75c25aeeff0969e4b08c5d14528e44 0.07 MB 32 6
291,605 291,605 0000000000000000657c639d3159a0b117b2492689066719940cfb4017c1c3f0 0.28 MB 336 32
291,604 291,604 0000000000000000b10d323000c9863f0b35e6fe7b4c84051b3248de5ba60c40 0.23 MB 265 24
291,603 291,603 000000000000000074c302ee19521f07f12a6a8efdc23dd051175d74a2777b3f 0.25 MB 449 36
291,602 291,602 0000000000000000febdcbf74a849c1968382eafdfaf607d6e4bff9997b24a22 0.34 MB 251 19
291,601 291,601 0000000000000000e0d04109a83c757985daec48b943251fd5122c60d13ca367 0.25 MB 514 42
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.