Memory Pool Memory Pool Refreshing

593 transactions
9.07 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 243 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (814,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,072 94,072 000000000005d04a702a6188569e9008a780eeee05fcf3d10088bf7b11a08de2 0.00 MB 4 0
94,071 94,071 000000000006d5c308bcf5cf37d8f95ce738136d6629178a4563b0e1593ee418 0.00 MB 4 0
94,070 94,070 0000000000077db80efc41d589469ce9169f68dc3e07d29ba2c143b409e628b7 0.00 MB 1 0
94,069 94,069 0000000000044d4f232a85e7b7ad73ea0212d7a6a5587499a4bf9ace98bb7920 0.00 MB 1 0
94,068 94,068 00000000000260de6111a4a56703de6ae5cbff492429a72fc5a9f980a752fa37 0.00 MB 7 0
94,067 94,067 0000000000017f648823cf83e5a77f004c67a851c4fafa8340adaea273e390a5 0.00 MB 11 0
94,066 94,066 000000000007ac0c57d7482e3a33247f2089339a39de9d4cd5f9b94d330de9d8 0.00 MB 1 0
94,065 94,065 0000000000017d3ff8596b4a4cde738c0f26d814cad1f55c8607d8946d1684ec 0.00 MB 2 0
94,064 94,064 00000000000340ea503e423789d26040deae3f891a7e89ffdc1b77e8ff0db2ce 0.00 MB 1 0
94,063 94,063 000000000005ff58d0c20bac76b426d086ade22cc25a18594d5439bef4a6f98f 0.00 MB 5 0
94,062 94,062 000000000001853100f0735bd14f971a9b4f1c61c1dc147533e74eb5b6d4627b 0.00 MB 1 0
94,061 94,061 000000000003a1201361ce7bb1c50ffe8e072f1d1ac49ab8fe340aeb46793749 0.00 MB 1 0
94,060 94,060 000000000005e10ca041be535bb1a11a852d71a4368674c109647e5d7fca4159 0.00 MB 1 0
94,059 94,059 00000000000663dff028fd847c126b45abb8ee7cc568045940f4f82a137c0d82 0.00 MB 1 0
94,058 94,058 000000000001bec9b9ae08c2c934ad4b0609bd8aff04b01d1bb3e7589c3efae0 0.00 MB 4 0
94,057 94,057 000000000003bf0443b356f321b9649a5fbf587e3e67e5eb5b2c784de7d7f0d1 0.00 MB 1 0
94,056 94,056 0000000000085a8a01982928dd7ef3df720d7b10b646f8d6804de73662bb8bfc 0.00 MB 1 0
94,055 94,055 00000000000988cb678066cc5e852b16773071d5efb6bf969c24f484e589f77b 0.00 MB 2 0
94,054 94,054 0000000000058a92bedc96ae37d167603a6b1012442ec9bd4cc490cd4a36c9d8 0.00 MB 1 0
94,053 94,053 000000000006843f8dc4eb85254520ce6247d6a0571086b3ad6026b0e9982108 0.00 MB 2 0
94,052 94,052 0000000000082856e1480ba867a2877b2288b1fd2edb8c6866d69a2fad20f106 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.