Memory Pool Memory Pool Refreshing

6,308 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,991 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (708,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,411 199,411 00000000000001b103b62c83e69e5864024cfe8310b9ff61f20c00ab9f9d613f 0.03 MB 40 85
199,410 199,410 000000000000009f6083290bf45f5610a0bc82109a261c10d39801071d62df88 0.05 MB 119 127
199,409 199,409 000000000000062107b911700dfef63e11bb4b8b394164e35268b7045e90f5f5 0.08 MB 196 133
199,408 199,408 00000000000001d8a643ea107bdec87a08536951c12f070c8a51e32e4be8f7f1 0.01 MB 26 219
199,407 199,407 00000000000002cb9b9eded42dd2a76f044cbeedfaf50a0205146e94b9d8156a 0.31 MB 743 25
199,406 199,406 00000000000001921596950968abfaae20e9c40129b711d39834e9b5b24ddfe8 0.05 MB 129 41
199,405 199,405 0000000000000294f24113436b3b04e86b0b844e704b1690732d3583ae5817a1 0.20 MB 449 133
199,404 199,404 0000000000000109567e7032a5d320707231f71405c022a4d30dc0265cb27889 0.07 MB 236 79
199,403 199,403 0000000000000137430a2fff62a41e3ccac05551322b19cef207786ad8453271 0.05 MB 129 321
199,402 199,402 00000000000005e7d9c561902b8646a9b9382ea3f65521be89f5d19e71f35783 0.05 MB 79 85
199,401 199,401 0000000000000579c1239d8f3e994376c84d4f5e049244679c470938a219e734 0.02 MB 39 17
199,400 199,400 00000000000004c6d590deac7297c57c6f303022fb047c9cfdfecbc400a7f0b7 0.13 MB 225 159
199,399 199,399 00000000000003557a7edc134190f1cc349da89da7ac3c95077b611b4edb0854 0.21 MB 399 206
199,398 199,398 00000000000001713dcd80ed6a9e38cf5b8c5dd87b3c5d7760acb84b530e2bb6 0.09 MB 229 115
199,397 199,397 00000000000001f4b48364fc120aae3ab1e3c6ea1c931d88af8bc766c4811975 0.02 MB 79 68
199,396 199,396 00000000000001183bad77c4eb6f44ca13324dccdae6e20a712ae8b236fbb836 0.10 MB 180 140
199,395 199,395 000000000000019ad85c6b0dedb0f810f29601a6d7f2aaa86fa881a43fa94bd8 0.02 MB 58 142
199,394 199,394 000000000000045b5961dfbc4ea40af09f227faa64878acc3250398d70e709a1 0.15 MB 394 190
199,393 199,393 00000000000004cd8bebb79f959e8608c0c8d827a4173ec2228a1b2f68e527f7 0.01 MB 17 68
199,392 199,392 00000000000002bb80839483079c3c3acca7bb560849f446dd61784be1e10914 0.01 MB 31 87
199,391 199,391 000000000000040e2c790c409b214c5bfcc48e118ed91aa3b3b1952abd6c34c4 0.01 MB 22 104
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.87 GB sent, 93.05 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.