Memory Pool Memory Pool Refreshing

2,009 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 1,994 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (772,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,425 135,425 000000000000097bfc52fcd256f49102ff15a36963dcd6e627f834c9df7532b1 0.01 MB 25 0
135,424 135,424 0000000000000070b543f596584026a1aae431f900cd2469a412694abb704e7c 0.00 MB 9 720
135,423 135,423 00000000000007f22bc0faadf1b135be4b4c4cfae1b132dc417f18f801d8da1c 0.01 MB 9 28
135,422 135,422 00000000000009c8ec8e5df76acd51d03c54408e40ce413f26b793dc1d64b6cb 0.01 MB 20 701
135,421 135,421 00000000000001607e24dcc98475c2916a519694079d3c0068305a87b25c3275 0.04 MB 102 220
135,420 135,420 0000000000000537426f8d5be74f833704d6035dad28c39dfe6ebe4e962ca131 0.02 MB 43 131
135,419 135,419 000000000000060bcf2305f040b7c3aecae0b5a822c8e0c5b3772aaadcde021c 0.01 MB 16 775
135,418 135,418 00000000000001816bb34212304cbb79529970ff5e907d796e8e3982cd238759 0.00 MB 9 701
135,417 135,417 0000000000000406942eb83d0abfbe7d815974d126b0da8b7a90be2f040c6709 0.03 MB 107 174
135,416 135,416 00000000000006e6e486aa36cf55127978d38acd1575b8ccd91ab3f2d9f024fe 0.07 MB 109 325
135,415 135,415 00000000000006b30fb3f34dd64a8e1c8010a40e98af5786a8bc628d21d51df3 0.03 MB 72 809
135,414 135,414 000000000000059b6e51c2a5412195525d716d4a1c9a8d0fb1adee9b40b48beb 0.03 MB 65 328
135,413 135,413 000000000000068eb6331c9f5c5c5f36eec9bd0809c8365cced7b1cc78615e31 0.05 MB 131 70
135,412 135,412 0000000000000386eb730315bc77fc2ec1a75aa5a896cb2e67f1eb06aa7181b5 0.01 MB 25 992
135,411 135,411 00000000000009b8b7a359835e51d509e640f8c13a87dbd1b95a1d48d689aedb 0.02 MB 48 527
135,410 135,410 00000000000003ea882a5623026df86b552b9083f47cc86b1362783f5478a2f0 0.01 MB 33 624
135,409 135,409 0000000000000668c0f4646b93f02e6abcda37f5145d292f27741de316c4b408 0.03 MB 49 329
135,408 135,408 0000000000000177786cce80f23405c6733357dbd9d3dc548bce09712ba7a013 0.02 MB 51 464
135,407 135,407 000000000000003957881d187019222bfe88b2aa2947d9710df7ececf2398948 0.06 MB 120 500
135,406 135,406 000000000000034bdfbd0909862fc0da28526bd33d2e444020850587c5dd8006 0.00 MB 8 316
135,405 135,405 000000000000061f5f951e35724c0b03c662e9528ea8030f717aaebafa1a3a3c 0.06 MB 193 320
Previous 10 blocks ↓
Total Size: 769.57 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,649.52 GB sent, 95.77 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.