Memory Pool Memory Pool Refreshing

7,412 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (649,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,897 257,897 000000000000002401c88c09a874cd92a704de281f5fc6a815e04ee74c898082 0.00 MB 4 58
257,896 257,896 000000000000001bc66b498ea30db9c9146f86fcafd9f00dc511ef236542b185 0.00 MB 12 78
257,895 257,895 0000000000000017d6541c5f57526a7e846ecbbc9a3adcb3c8ace7e55ae5672c 0.13 MB 351 101
257,894 257,894 000000000000001847f4622ff1f778fd5c83b770506c3cfc585b15bdb2bf27e2 0.11 MB 223 95
257,893 257,893 00000000000000184db759a344c8b21c4f35f0cf37a18bb153afe5d69ce63a92 0.05 MB 133 125
257,892 257,892 0000000000000014dfbea0a784045375b9c66f5c473ca96257c282d60b63aa9c 0.04 MB 103 125
257,891 257,891 00000000000000160f781e08cc943f7ed3e75f32e2a40cbb1c48dc4136872e95 0.09 MB 209 113
257,890 257,890 00000000000000230d57d1a1de79c70829c24ac55b0b2e7b8ab5fd962788c1b7 0.15 MB 375 75
257,889 257,889 000000000000000d1ba4286aa1756e51cec2486457ec582806636ad05e3c65d2 0.00 MB 1 0
257,888 257,888 000000000000002c24bc0bcffcc54a7b7363cb83fd9b7522a143e5a5114a9cb5 0.25 MB 466 109
257,887 257,887 000000000000002f181db8c8f1d74aa0f2c0a61c89f7d95af4e9c9f87e95aa69 0.06 MB 124 86
257,886 257,886 0000000000000020b15fc5efabe7053739d043f32a1dd5a147457963e36c3b50 0.06 MB 155 149
257,885 257,885 000000000000000013c780690982280ef7f25f7f09bf90c4f2672f6d7997297b 0.01 MB 16 81
257,884 257,884 0000000000000005713d05bb8ea55a28f0869e71dbf36fac62fbb32923f9b27f 0.02 MB 19 24
257,883 257,883 000000000000002b06e6b57fe5d64c904fdc17c07928a900f28735f422307c20 0.19 MB 474 118
257,882 257,882 000000000000000e4627352e6a3663b8d89cbd263d85116cd2bc741dbf6d6c8e 0.18 MB 372 96
257,881 257,881 000000000000002d6996efbc2cd96e6eaebb2399fa893908051b406cb27581ae 0.01 MB 32 93
257,880 257,880 0000000000000029958c8cdfacfb03b3d67b0a273e3f4298f115118617ad88f1 0.12 MB 296 99
257,879 257,879 000000000000000b6bea264a3dba8a12774a9f1957f1e27d7efab8ab33a6cb2c 0.02 MB 64 93
257,878 257,878 000000000000000266eb52e093e6d603c0c314d39e41b0efa152172c28098f00 0.05 MB 115 102
257,877 257,877 000000000000001f102ebc1e006d169df89b30e1ee62b09af0223d5a81e0a2c9 0.02 MB 53 119
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.