Memory Pool Memory Pool Refreshing

3,606 transactions
1.04 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,374 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (3,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,491 904,491 0000000000000000000196eaf26f22c10f5a7f174b9075248c97c98c82c87ac3 1.33 MB 2,769 2
904,490 904,490 000000000000000000006fee095c865e55c04fb86ec28fd69b5bc71b72109302 1.41 MB 1,967 2
904,489 904,489 00000000000000000000578a5c547add25fedb7e59a4ac1f1dd9c773c293c674 1.80 MB 3,413 2
904,488 904,488 00000000000000000001be7abf4fa67c49b725e0a90f3d4f542a22cd45349263 1.68 MB 3,587 4
904,487 904,487 000000000000000000015f32d18cedbae527b85244946b3c95b15e1efe58b66b 1.53 MB 3,827 6
904,486 904,486 00000000000000000001dee0867aca0b62691ae0076b8a6ece76e2f82aad2b72 1.66 MB 4,025 4
904,485 904,485 000000000000000000016d62af861c9373469e44fcf3e4fb81b2b9602ff9190e 1.56 MB 3,896 8
904,484 904,484 00000000000000000000b5f5606f39cef654f8f6f6cd153f0e157ac5e08ddb6c 1.48 MB 3,714 10
904,483 904,483 00000000000000000000518cdedd4555c9251a38f1650e09becef4c3286c638f 1.45 MB 3,002 3
904,482 904,482 000000000000000000006d07181bf41be47ffb92bc23e5b79745aef8d9a5ed85 1.83 MB 2,207 1
904,481 904,481 0000000000000000000017d07a4b4dad3c723f4f147c6d42845611392956d047 1.35 MB 2,711 2
904,480 904,480 00000000000000000000af170d52aa7dc50bf076b31251f16cf485f67716859d 1.53 MB 3,975 3
904,479 904,479 000000000000000000024c8c96b12a63ab9f1b1dd0655b81f9b72df2dc3d4f9c 1.65 MB 2,730 2
904,478 904,478 00000000000000000001787b6ce05c71d18fdea13c8a165fb152c0dc71fab8f7 1.46 MB 2,999 3
904,477 904,477 00000000000000000001f000b9a3a769db08491b1946b5c37a656b4d71885c84 0.22 MB 554 2
904,476 904,476 000000000000000000008c8f5c07a1690f1371fda1a9751f6fa8b84346f00c1b 0.34 MB 577 2
904,475 904,475 00000000000000000001bd4f4204754b3c46921d74e378397b11a12a64e6213b 1.05 MB 2,187 2
904,474 904,474 00000000000000000001b8cb1e17bb0ab07013d1e213c2b816d72f37a3fb2b12 1.50 MB 3,152 2
904,473 904,473 000000000000000000018b99062b518bb0945af84156bd3d646e09100c4e7ab9 0.56 MB 1,106 3
904,472 904,472 000000000000000000019ed1af2d44e6732bdde1f2acd7048af940ee159c480d 1.03 MB 1,788 3
904,471 904,471 000000000000000000023d76e8f239fcc7f404fe62caaf047cebdd90e95e5358 0.80 MB 1,331 2
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.