Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (552,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,837 354,837 0000000000000000069deef338ebade6bc5ff964571f2f7e901d30df80ddd159 0.66 MB 1,194 26
354,836 354,836 000000000000000008575b0c3e10a93c13741375944bd986159af6cf1d5f3a15 0.23 MB 422 26
354,835 354,835 000000000000000003592d3b203c84fe0d549f633bac43e74bfd4594d5435139 0.26 MB 298 9
354,834 354,834 00000000000000001118202428872d5dfd53ddbbbd45cb7961d36dae83cad12d 1.00 MB 2,233 34
354,833 354,833 00000000000000000e699176af3b4b86f18b13462dd442be6ffea9c8a399ddfc 0.53 MB 1,113 30
354,832 354,832 000000000000000003872c63ad8b6da0a410c1a02ded30ce24d84bb984963d85 0.30 MB 560 22
354,831 354,831 0000000000000000101419668893d893fa9083da56f7077a82a9e18bdf586fc8 0.34 MB 591 30
354,830 354,830 00000000000000001395b72cd2b775a699867188db4328daba9620cd3bf67125 0.09 MB 78 13
354,829 354,829 00000000000000000d21f7e33d991b267d618ee820f849e744944b2c6f162545 0.00 MB 1 0
354,828 354,828 00000000000000000aac8f675f094bb6d1619865302905a401c2e93c376be873 0.52 MB 966 26
354,827 354,827 00000000000000001312da7ed5675ed468117577c602835cb1cff4efb1569b9d 0.25 MB 491 27
354,826 354,826 00000000000000000e2e64b6709267029573b9b5ec627c00146ee73a533a3a46 0.29 MB 486 23
354,825 354,825 000000000000000013eb50d9c3dda8097aee0457dde6535bdefb81ed1dab553a 0.61 MB 983 22
354,824 354,824 0000000000000000081c9fe0f7107e41922f9936bc523d9ed9ad5cddabaa5dc6 0.10 MB 93 10
354,823 354,823 00000000000000001686f15e4f55889ddbc26aab8c1131cc2005a6b039d0d5e9 0.20 MB 392 24
354,822 354,822 00000000000000000d4b4101b6e49593f55f496d0de57781e73ddeef6b246079 0.50 MB 1,063 30
354,821 354,821 00000000000000000ce1dfe2433a7894a6e0d0524ddc24c973f3766c8a585ed0 0.29 MB 533 25
354,820 354,820 0000000000000000093c27e9824b7427e3dc268545fce8efe850456c03da0d30 0.54 MB 921 26
354,819 354,819 000000000000000012cff1ae48e2cfc5cdc0b985d57b56c6271bddba5fc07603 0.75 MB 1,371 29
354,818 354,818 0000000000000000042bceebbf67711ba2870fba948f50a2bfb96fab7ea4be06 0.16 MB 216 15
354,817 354,817 000000000000000016eccbf305c0cf752c1ccc97d22d94d97054e802c23e0de1 0.75 MB 1,536 31
Previous 10 blocks ↓
Total Size: 769.13 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,630.62 GB sent, 93.52 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.