Memory Pool Memory Pool Refreshing

1,076 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (429,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,299 478,299 000000000000000000dee20b9637c0e816b942fb1f516c45b9ff17d479b173d5 1.00 MB 1,684 167
478,298 478,298 000000000000000000fd1f7c94e226af7aa38827ebac116688f9d70576acf074 1.00 MB 1,935 132
478,297 478,297 000000000000000000fb481e1a8eb587af6f03f9354b1282dc36f2fd7766df19 1.00 MB 887 206
478,296 478,296 000000000000000000363951d9ddf629658825d98e5728766616c8e52dd5aa79 1.00 MB 970 244
478,295 478,295 00000000000000000054c136dba7fb55e4969bfa51411f664c2dc3a0838967cd 0.88 MB 576 50
478,294 478,294 0000000000000000010f175b20a06381236a167fc36ab4da54b1e12ab0d0772a 1.00 MB 732 51
478,293 478,293 0000000000000000009b365a1747fe95e2a14ace037018573085ed08402d113e 1.00 MB 969 61
478,292 478,292 00000000000000000139b3616b629e05a8e07e3327fc1dbd84bb121cd8a05e5b 1.00 MB 480 34
478,291 478,291 000000000000000000c047b5dfb8aef1c8ac3389a199fc587d3ada844e7402aa 1.00 MB 1,237 79
478,290 478,290 000000000000000001102d3bddf0fa0e5e24068c9124bc292a23de93e5c29776 1.00 MB 815 67
478,289 478,289 000000000000000000e6dfdf8538d5e63ea11d97f8a5835486b56b77dfc2cf1c 1.00 MB 927 52
478,288 478,288 00000000000000000047a67a263596afbbd82092ef307e4c2af82dcd39faf65d 1.00 MB 989 82
478,287 478,287 000000000000000000a3926ba4f6e81de20de5cb341eda1a2fabfb88eb3a689c 1.00 MB 790 55
478,286 478,286 000000000000000000f8fe80ddff5eb033f34aff10244c80e8e137c95d5acde5 0.19 MB 332 167
478,285 478,285 00000000000000000079fd551633a3dd8bef96ae1688a666f7595eba4592365e 1.00 MB 1,399 30
478,284 478,284 000000000000000000fa05a23ae371946bd1af5e6dba19b28e91ea86c08558d4 1.00 MB 1,103 38
478,283 478,283 000000000000000001313d5c3e2b3373ed7340c79929792afa4dedff4d496783 1.00 MB 1,734 134
478,282 478,282 0000000000000000009af7840c0322a78e28d1c834d5cc96c5919ae16cf2e5a6 1.00 MB 883 78
478,281 478,281 0000000000000000004f44807f6741f1e00c276765f3200d1c97fb526a17c83f 1.00 MB 1,355 103
478,280 478,280 000000000000000000ea9484e4d703c87beaf816c79ffc4c677d7eb447ea133b 0.00 MB 1 0
478,279 478,279 000000000000000001397d2ce562baeb64408fed180e50b41035064af262716a 1.00 MB 1,025 54
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.