Memory Pool Memory Pool Refreshing

2,908 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,948 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (691,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,837 215,837 000000000000002a35f5b1045a6db4a5939f8a7d5ea76e585086991c735bb7da 0.25 MB 662 256
215,836 215,836 00000000000003bcfffe9a4fa83de3b1ad185e269d9145869fde20dae0108b5c 0.13 MB 332 182
215,835 215,835 00000000000003aeb4f4ddc0db22c2abce7997424b34bb729d48f3652fb89b3f 0.12 MB 313 183
215,834 215,834 00000000000001e47bc888130ff3eb49894cc3f5c5050906011e84c442a5cfa8 0.05 MB 132 77
215,833 215,833 000000000000043491eb9208644c68d592d8e3f74c8685455fa3b19d7a9cff69 0.08 MB 124 111
215,832 215,832 00000000000003ebd8e07ecae84ad4dfbc0eaf20d95a05af68647e35702861ac 0.20 MB 550 211
215,831 215,831 00000000000000b13f68180bb6a563c2e7d5289ef9517fa9a346c542e650827f 0.00 MB 6 44
215,830 215,830 0000000000000200f3b9d7e7f7156efa906956f3c9025c694100a91944b1d47f 0.21 MB 576 202
215,829 215,829 000000000000035b38a6ea29ad6dd459a62edfde10f74f071bbbf174d1c4560d 0.05 MB 142 297
215,828 215,828 00000000000001299703268ba631510c8462a44d68787ca353cbfcdf1d02af6b 0.04 MB 75 158
215,827 215,827 00000000000004029ec3cfb86b54fa0a2175cc93cd3fd4a9b381e5bace209157 0.09 MB 194 150
215,826 215,826 00000000000003777a5b6c61c3c71a207e33561f705687edf29869ff22796572 0.11 MB 246 154
215,825 215,825 000000000000037fb45b94c3253dd296589ca705d121b14d331901f6c2457389 0.05 MB 110 159
215,824 215,824 00000000000001b6f435de9daaed1ee5711bc8321c58b454cbcc3c9274ac7394 0.25 MB 531 129
215,823 215,823 00000000000003e575a13608f13047585abc6400b0cc893a4fe7dfb73035077c 0.11 MB 203 147
215,822 215,822 000000000000015e5769bc2b65e7e4a226e22cb23a09980f9f0f24db5f3125d1 0.05 MB 128 145
215,821 215,821 00000000000003dfef2f935fcd093ba2e995f03c5fcf0ef064e4ff3c087ebc95 0.20 MB 532 220
215,820 215,820 00000000000000abe005587128aa4e0121023c41003abbaefad9d891c0f5ce01 0.27 MB 647 189
215,819 215,819 0000000000000495ba07519a1cb1375fd09bdd3636034c3b9d7f069e67d22172 0.10 MB 246 177
215,818 215,818 00000000000001226e0edcffa9be3e551895aba27367a23c65514dba0e289e71 0.03 MB 110 21
215,817 215,817 0000000000000101bf902c81b9215f06f2a0493a296ae46a9f62652c6aadb4ce 0.06 MB 134 131
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,633.30 GB sent, 93.78 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.