Memory Pool Memory Pool Refreshing

6,171 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,911 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (763,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,074 144,074 00000000000002a57268b57447d672a1a7eb76c8c8d1657d9c50a00417f27e61 0.03 MB 46 98
144,073 144,073 00000000000004550ae3de0e9a8cbcec6695ed7deec8c2176a9fcc2571da28f7 0.02 MB 39 230
144,072 144,072 0000000000000363f2fd34921160944b833a6b104f67060984fff24c836b507a 0.05 MB 137 187
144,071 144,071 00000000000005953355434f0682ffdb77ffea8fb05460a8983233744bc374c7 0.00 MB 6 933
144,070 144,070 000000000000001d07c8f16aad189aabd5856408fc359b9e07eca03a8d9964df 0.02 MB 58 65
144,069 144,069 000000000000084f53dc0720dc98d601cbf9359dad0c8a892c66647a35b252d9 0.04 MB 50 203
144,068 144,068 00000000000007a01d5884da7233ef623fc26153d07524eedc140048de9752b1 0.02 MB 40 108
144,067 144,067 00000000000006d737e20d4d0af27be0df0483e2958e28ea5417b05f87499d80 0.02 MB 41 217
144,066 144,066 00000000000000153c10b4863a0886517cf17d27a739e4e26f14b39929e0283d 0.03 MB 72 305
144,065 144,065 000000000000047dce007447fe9ac1690b782616a27ab039d62496abf0b0c3a5 0.00 MB 4 0
144,064 144,064 000000000000015f02b7846ba6563dd57fdbc8e53ccf72e6cfe9a4656e80edaa 0.00 MB 6 64
144,063 144,063 0000000000000387d17f9a41279022741f6c36439de467d68ec1589395b5049d 0.01 MB 29 178
144,062 144,062 00000000000000d2c29ffdf09ff06ed20343d0bdebb6f2bfc7d7651015f4e690 0.01 MB 9 188
144,061 144,061 00000000000008eab466ad58447ff85d4414a08abbd5f3efb0beab7facf83368 0.03 MB 66 189
144,060 144,060 00000000000001a287c9c775ae0a4a1d18a891cf4686e0d8cd6bad463fad4b67 0.00 MB 7 182
144,059 144,059 00000000000007f24caf735ba6d64cfec44ab58dd56cb147674334fad0dbf082 0.02 MB 66 0
144,058 144,058 00000000000005a38bd8a5018a621709e0f419b17663e9ff84c1fd7b807575fa 0.05 MB 112 193
144,057 144,057 00000000000007cfb1588b26d3fe2eacb7ef5ed3e966ada7b697f3d2915d7bc3 0.01 MB 12 113
144,056 144,056 00000000000002cdd7b655564d165ff430766588c498eeec52df25e28475984e 0.04 MB 120 106
144,055 144,055 000000000000010a10895053c0527759abe9579981c196b897b51c70fd9ac7a7 0.05 MB 106 257
144,054 144,054 0000000000000622da5bf81b2d055e233256fad630acc9d3197e04b192114322 0.02 MB 41 238
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.85 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.