Memory Pool Memory Pool Refreshing

2,546 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,522 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (69,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,555 838,555 00000000000000000000f30c5de20bf3b86500f16d296db4c8293042e78abc26 1.64 MB 2,988 16
838,554 838,554 000000000000000000002317d0dd70e68f050082915e8546b3c60c8494090632 1.60 MB 2,735 26
838,553 838,553 0000000000000000000258aeac04951806b689d5f5f8ee9b2c6b6cf59152259c 1.38 MB 2,145 26
838,552 838,552 000000000000000000018db1869687c0bba77500ed52dd29874f143bc884938d 1.73 MB 3,126 19
838,551 838,551 00000000000000000002ee77d6c8a6fa724851f65cd73ecb621293a6d3475a69 1.68 MB 3,775 20
838,550 838,550 00000000000000000002eee1c80e6735e4cafc9fb4e99248aacb840ed2c79d08 1.72 MB 3,512 20
838,549 838,549 000000000000000000010a9bfae67e757c888c8c7d38367637a6f92957a3875e 1.62 MB 3,214 33
838,548 838,548 000000000000000000034aa27259c456c24ceb4802bcf1989f1272967014c177 1.61 MB 3,105 25
838,547 838,547 00000000000000000003508d1d9c40f54f6e4945ffc1cb10bbd85a4b087a9b2d 1.67 MB 3,710 23
838,546 838,546 000000000000000000007949e76492bf6d5c87ebf6eb28edf1ecc61f868f8378 1.61 MB 4,356 27
838,545 838,545 00000000000000000001f5c8e92cfc788e582956dfa638365de7befbf6a9ae56 1.58 MB 3,666 33
838,544 838,544 00000000000000000001c680ee86b8eaa43c94ac9012f4d2dcbfa9f45beadf06 1.65 MB 4,217 26
838,543 838,543 0000000000000000000356d27a6e986c73d79489458e4bf3a6ec23dc8793a482 1.67 MB 3,714 20
838,542 838,542 00000000000000000002cfeba0e109d1dd29e0420ecc66588bbd59d6f1261817 1.55 MB 4,179 30
838,541 838,541 0000000000000000000161b4ea146298ba33f1428ae42a5de0cadfdb0b66533e 1.48 MB 3,840 32
838,540 838,540 000000000000000000009bd475ec26eae46b5938c2bd382ddf7a495dd96288b5 1.50 MB 3,372 30
838,539 838,539 0000000000000000000039a35ab0e38530916e747d15d46dd33f88420a82199e 1.56 MB 4,070 20
838,538 838,538 00000000000000000002f0ba0cc86c4a5cba30a004e129292b114f26869ee4c0 1.70 MB 3,553 19
838,537 838,537 000000000000000000033e802af8ccc60f062a2d6d0e54aea82a22da132fe02d 2.60 MB 1,859 12
838,536 838,536 0000000000000000000156120a1ca569b1db8034bbd5df110c7d2fd80a4600b4 2.43 MB 3,107 12
838,535 838,535 000000000000000000006aa77730c8a50c40b9ea2409f0801b1665c4c3431d46 2.89 MB 2,368 13
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.