Memory Pool Memory Pool Refreshing

6,820 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,833 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (779,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,742 128,742 00000000000009d1495757f781fb75e0a16fd6f14bcaa7a5aff0a9beb748a53a 0.00 MB 3 0
128,741 128,741 000000000000017abe6aa55e95d0758b8d40d8de57417a5331c30989b76ea9a0 0.01 MB 11 171
128,740 128,740 00000000000007b170f897cd069c1df41791de88486c3d23986e6cdaba6e82ff 0.01 MB 49 121
128,739 128,739 0000000000000ec28ce84ebde8574c54cbea1d9eea1a945e0b103e292828f8f9 0.00 MB 16 486
128,738 128,738 0000000000000426d1371e64a849768d10e4c2f25e30d9060967917cde636bab 0.02 MB 30 888
128,737 128,737 0000000000000a26d3a035eaf0b5c749a9b146cd9951467e0856c60f48c5cded 0.00 MB 8 667
128,736 128,736 0000000000000b74a726a6931f524273802f4e79aafd6f1f98c9acf228bd1adf 0.02 MB 28 708
128,735 128,735 00000000000005108c7e5dd69172efc6d4191f8ee108e8b360c6f08aa51fac5a 0.00 MB 10 791
128,734 128,734 0000000000001a5f17978e84fbfd88d25e2ac7be1451505949381871523345ee 0.04 MB 87 494
128,733 128,733 0000000000001590b5824e925872f55eab125031bf0ceec54610f0d21dff7460 0.01 MB 19 1,352
128,732 128,732 0000000000001fad644bd0d87694535273037a7685439cf055e24bbc3b3335d1 0.07 MB 184 526
128,731 128,731 0000000000001ad127a3f22da221e17b9994e33aa01518696cdc415966dd0be4 0.01 MB 20 1,732
128,730 128,730 000000000000257fe047fa64b3aaab42df45ec2c061a6744adf6006fd88b453e 0.00 MB 5 36
128,729 128,729 00000000000002174453d2d4d6d7ed92e184ae9bc8fe61eec44d20f59da02944 0.04 MB 153 223
128,728 128,728 0000000000000d8d47d1b38cd5381a5e366a1804c891c23b4c95af832f0ee107 0.02 MB 43 1,163
128,727 128,727 00000000000020c2526b026055cb266ed9b8542f37755a058538a0979785d68d 0.02 MB 47 1,104
128,726 128,726 0000000000002210240418898db0e94bff78f442f0dc36c6d49d669bf57f9b48 0.01 MB 17 1,378
128,725 128,725 000000000000221000874bb1572e1942dc840d9064d9fb0ffbc3413a2a51c561 0.01 MB 41 849
128,724 128,724 00000000000011ef0c91046c2bbb0f7340e56410bed81dbe31fcf761e6462d89 0.00 MB 9 1,337
128,723 128,723 0000000000001edfce25ef8ce25e207beea57366dce44d2dca896980502df819 0.00 MB 3 4,140
128,722 128,722 0000000000000aee10abf7c239183f6c1721003740f6565601772dba5f4ee5c4 0.01 MB 17 186
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,631.50 GB sent, 93.56 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.