Memory Pool Memory Pool Refreshing

10,396 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,193 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (497,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,105 410,105 00000000000000000306418615c5322b207c7bb9dea2b2d89fe02fd72f4965be 0.01 MB 19 52
410,104 410,104 00000000000000000266f137dd78cbc0d2221d331fb2e38510fce87907a6b601 0.06 MB 154 38
410,103 410,103 0000000000000000046f2aff5a947c2bac20e42250cc38eb254d84d1ee9e3bf3 0.35 MB 913 39
410,102 410,102 0000000000000000028c83367c47e883cf5c93ffc2945781f5e26e5c1412b2db 0.01 MB 36 43
410,101 410,101 000000000000000001f55939e31a286ba84aa68f5e3836845a0f69c749711050 0.44 MB 1,037 36
410,100 410,100 000000000000000002c3229ee95a88f16641bac84d8d2cd73ab42af436fce36b 0.62 MB 1,207 30
410,099 410,099 00000000000000000515ec297fd8b87b1e8c38b21ff05f06dec5273665d6a938 0.92 MB 1,089 21
410,098 410,098 000000000000000005960333dad371e9d70ed53fd53ec38bb6b60365ff3541f5 0.92 MB 1,920 34
410,097 410,097 0000000000000000003f6634bd87c6902bf57028ce104081e8e5e583acd93bbd 0.13 MB 257 27
410,096 410,096 000000000000000004d0c8e6aad273312c4724a23ae2e9e759b714e56543a560 0.05 MB 41 19
410,095 410,095 000000000000000004f9a59b6de7aa5ee277eb468668a3fd217df1cd46f4c64e 1.00 MB 1,980 30
410,094 410,094 000000000000000003986d184abd076e1c7230d1cd37e3c18d29efd2177d71cd 0.99 MB 3,166 53
410,093 410,093 000000000000000001e329e33ef4871bc3f0b97459da51a3abe621229f31b61a 0.15 MB 383 39
410,092 410,092 000000000000000004b591504ab19627ae48170f577399521c83b094b41aa2e1 0.08 MB 186 34
410,091 410,091 000000000000000001675f9ace3160c85f75ab4580e115a8865417ecea3e5811 0.92 MB 2,285 131
410,090 410,090 0000000000000000022a98aeeb367d2431ef92bbc2d5f3adc7d5a9c2a11d1084 0.63 MB 1,210 32
410,089 410,089 0000000000000000000b41478c346549e6bc05e84cfa1956d9cc628381747d9b 1.00 MB 3,005 62
410,088 410,088 000000000000000004f082d185184fe01a63563e46e85f4e9c99dc16f94f05e5 0.33 MB 550 32
410,087 410,087 0000000000000000024170e593dd70a6db1cc27da84e7c2a352b939423841690 0.96 MB 2,380 41
410,086 410,086 0000000000000000022a633dbdebd1999780144619db6d8f4e18a2111791a256 0.16 MB 369 40
410,085 410,085 00000000000000000265902b7c9355d678392019b255bb0d6153ba14ac42dfd8 0.47 MB 687 27
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: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.03 GB sent, 93.02 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.