Memory Pool Memory Pool Refreshing

3,052 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,494 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (41,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,313 866,313 000000000000000000023e678203704e8a2a4581b9e4495e7c8564e484a35fef 2.12 MB 1,933 7
866,312 866,312 000000000000000000030a7d0e3faf26dd16c111afd90ac7e787f6d756c060fb 1.84 MB 1,912 5
866,311 866,311 00000000000000000001f5f9bf6e9fb9c0b89079047898d29e3a364d8052c562 1.92 MB 1,607 9
866,310 866,310 000000000000000000027a66ad068cfc96a32659ada57899a19a2b50cea6042e 1.86 MB 969 5
866,309 866,309 00000000000000000000f5d7beb2164d69cf4a06130ba61967ef1051a791166e 1.84 MB 1,710 4
866,308 866,308 00000000000000000001c9ecb7399f71300cbe781a18c95bc143c0946728f911 1.93 MB 2,255 7
866,307 866,307 0000000000000000000239bac443443e614ff0335b695f0eb716223f54691d93 1.70 MB 2,305 12
866,306 866,306 00000000000000000000a6ce5448d34259f9ee11db4b0afec73270f6713cb88e 1.70 MB 2,760 6
866,305 866,305 00000000000000000002393de2771abf17c3311404b1dd21957bbfba415bc0d7 1.51 MB 3,886 4
866,304 866,304 00000000000000000000318e21ef459639e9c5e34576b979c796acd6c004f51c 1.74 MB 2,801 6
866,303 866,303 0000000000000000000134c7f1a0331be479878517f632c12862e6cbdd59489e 1.37 MB 2,965 10
866,302 866,302 00000000000000000002a2e8434b44eca3f02876ead68a0fb7849a23751ea9c0 1.19 MB 4,045 9
866,301 866,301 0000000000000000000020c33c105c597a98238425c066df9e7d1c0de8772b0e 1.55 MB 3,719 21
866,300 866,300 000000000000000000011a177f536f5b46a3ac9f8f8efa161fe46c8c0c1d83ee 1.33 MB 2,616 9
866,299 866,299 00000000000000000002d9fd3cbcdbb80f3c69391018018950993747d3a9bcb5 1.24 MB 4,275 13
866,298 866,298 00000000000000000002c71d05c56535c9da32c6ee8a9529fe02b1fb04390e71 1.35 MB 3,786 9
866,297 866,297 00000000000000000001aa7d804595270ac4213e189307b56f8aa21d168aa173 1.33 MB 4,056 12
866,296 866,296 000000000000000000003402648acd837543750bb9ee99dc4040eb0d9783cb0f 1.22 MB 4,048 11
866,295 866,295 0000000000000000000134bc12552e6103e216be190746e602bd6fdd35b397d2 1.42 MB 4,580 6
866,294 866,294 000000000000000000003b6826a321b0b1cbe6921dbce1c1c9d8fd08b7a00fd1 1.42 MB 5,289 9
866,293 866,293 000000000000000000019645ae7e51f8867177f7c0474e5b69c9c5863be9d628 1.42 MB 5,531 11
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.