Memory Pool Memory Pool Refreshing

1,214 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,214 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (12,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,349 895,349 000000000000000000019b74927703c28e820aa19f9c2a7500100bacf97a75aa 1.44 MB 2,336 2
895,348 895,348 000000000000000000025cc7bc3838e7d9272e8a96c232b175b1097a2bb6788f 1.29 MB 1,288 1
895,347 895,347 00000000000000000001faa2e0955e89a80dcfadd651794276b1ba626123f7f0 1.49 MB 3,138 4
895,346 895,346 00000000000000000002237ed6ed047069053c25cc593bc38ff7faeb379450b6 0.45 MB 442 2
895,345 895,345 00000000000000000001de0843d175bc8558104f4c5693d6684750e77ae1e8c8 0.95 MB 1,994 3
895,344 895,344 00000000000000000000eb514738f3b609d7141d37040ff424dffcc0a1ec295c 0.38 MB 758 2
895,343 895,343 00000000000000000001b2adac4730b0e0eab375094271d197dadc70a33e1029 0.70 MB 1,154 3
895,342 895,342 00000000000000000001c868ffe63436006419f23d90ac81f578bce55e6fc905 0.01 MB 26 12
895,341 895,341 00000000000000000000312172e93ff0a61b4f76dea62720d3927a61b5e3180b 0.66 MB 1,089 3
895,340 895,340 000000000000000000016067279d322cb38eaaa6da6f44b18f8f88246d3c9d41 0.22 MB 343 3
895,339 895,339 00000000000000000002462d809bc2b61eb31b47474868b3d23d4dec31a060a0 0.03 MB 89 4
895,338 895,338 000000000000000000011ce8bf388ad5900ac0dbe42a194ecb59dcc72334126f 2.98 MB 1,145 1
895,337 895,337 00000000000000000000a6c1099137c881d9e084c02cd91570357f85cbe4ad30 3.44 MB 975 1
895,336 895,336 0000000000000000000090c969d3e1eb3586fd097bb927693540ae74665ed4f0 1.61 MB 2,564 3
895,335 895,335 00000000000000000000df12f40c9ba1b162a89245cd8c7caddc65b2a98d4862 3.24 MB 922 1
895,334 895,334 000000000000000000001f7b5639629847330d62c4ead77edfca4ff77f3f8cf1 3.87 MB 210 1
895,333 895,333 0000000000000000000253f30307df3a006697aceb787c47a134e5fa458c8f25 3.52 MB 714 1
895,332 895,332 0000000000000000000237e148b038cf05db3ba7df2342baea9cd21ab91e9a07 1.45 MB 1,823 1
895,331 895,331 00000000000000000001cd83ba4ebc179970c571c67cf680f931ad57f392af93 1.60 MB 4,184 4
895,330 895,330 000000000000000000010c0673897185fbc6db738233109e6cd61ea9641ce39a 1.97 MB 1,708 3
895,329 895,329 0000000000000000000103a58143110f64f2b844dad9ddbfbc4b74def7062b6c 3.22 MB 1,060 1
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.