Memory Pool Memory Pool Refreshing

1,497 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (102,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,426 805,426 00000000000000000002ee6b878b87f5088fed416fc18f647c5713cd8a000503 1.42 MB 2,476 14
805,425 805,425 0000000000000000000296367f7796f36ad0512d3151bdea9184a290b1b549e8 1.54 MB 2,427 10
805,424 805,424 00000000000000000002b9d3b3932096a9324bfe18acbc5c66691113decf1333 1.37 MB 2,127 14
805,423 805,423 000000000000000000019decf0a4c5b959fb427f52a9856d6d69f6a49e761d2a 2.01 MB 4,929 9
805,422 805,422 0000000000000000000281103ddb5c48930d6b6429e9fb76761c4ec7722147a4 1.96 MB 5,901 7
805,421 805,421 00000000000000000004f53e3a59428b90327a0d39d1c4116a374e67fe59e904 1.78 MB 4,612 7
805,420 805,420 0000000000000000000285fe3be51a63b1975452b8cf418db3be20214fa1ee6e 1.49 MB 3,059 18
805,419 805,419 000000000000000000014916ae23727639dd83f073c91ef45121cba213d34580 1.87 MB 5,011 8
805,418 805,418 00000000000000000003178f132ed7f102dbf112711dada58166d9139a0c9777 1.50 MB 3,502 15
805,417 805,417 00000000000000000002c8e095709419cc17cfad56f57bd7bf23c264adc8a6a0 1.76 MB 3,868 11
805,416 805,416 0000000000000000000097802a49256cf2b529cfa1bc7602ad1ecd4db44540c4 1.63 MB 2,753 13
805,415 805,415 000000000000000000050e7fc7cec5e85a4e33647153fc9036c02e4154270850 1.66 MB 2,273 7
805,414 805,414 000000000000000000002829133e89e341214b8dccd3b6a7f3f4245dab1113a8 1.75 MB 2,286 12
805,413 805,413 000000000000000000001d63a0516748160bb6b01741ab14b41277416fd5f54d 1.46 MB 2,010 11
805,412 805,412 00000000000000000002349386dc99e6665da2792d72da34da7c791e042266ab 1.45 MB 1,592 11
805,411 805,411 00000000000000000003fe257a89defd5737496d621e16c94963b5f6f55a5608 1.45 MB 2,910 17
805,410 805,410 000000000000000000033967c8c2c62cc40d91a68ba53140ad9385c6ced2f8c0 1.65 MB 2,669 17
805,409 805,409 00000000000000000001cbc6a01f3ac17c79a8933b7e05335a084c2a8f3ddf85 1.59 MB 2,821 17
805,408 805,408 00000000000000000000728a303244d73c51b74b895897db45effdf4527c0d7a 1.76 MB 4,485 6
805,407 805,407 00000000000000000003bfb8e16f48b3100082cc017ac27b26a6240f00a76844 1.72 MB 3,421 12
805,406 805,406 000000000000000000038633e4a97ff9587d321575f4c78f9f79157747edb8ac 2.01 MB 6,106 7
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.