Memory Pool Memory Pool Refreshing

4,262 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,945 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (419,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,918 487,918 0000000000000000000014b38188d0f09b310c2cb0dde52157d3ff025c0e7eab 1.02 MB 2,227 146
487,917 487,917 0000000000000000005c9e5f9e726681c64e82d80dec540393c660483f015ce2 1.01 MB 1,899 42
487,916 487,916 00000000000000000064c5d2bfac01ba94141e79453628816340b7bb48b3e2a1 1.00 MB 2,191 113
487,915 487,915 0000000000000000003356e4ee1db7e9af6da0d42f2b05653c45efab3ea8c688 1.03 MB 2,290 133
487,914 487,914 00000000000000000060d95a3707bc32c3107081dd65024b5a703354e2324ebe 1.03 MB 1,906 88
487,913 487,913 0000000000000000000c6e70b52683b9671a8d8eff6e1ed24940894df0660830 1.05 MB 2,050 102
487,912 487,912 00000000000000000096cf8560ddf930db99bef4dc4f41059cd5e42ff23ac5fe 1.04 MB 2,130 148
487,911 487,911 000000000000000000e0957dfa3b34264c587e291ac1ce5c83212dd6efaf22da 1.03 MB 2,558 85
487,910 487,910 000000000000000000212926270fc970b2da2cc650cb851f06190034cd79dfbe 1.00 MB 2,463 153
487,909 487,909 00000000000000000031b3ea611cb021c15b2a27dc25a4ac2a5d455387dad23b 1.08 MB 2,482 75
487,908 487,908 00000000000000000074f74efeada05b02b0bc24e06d6742064032b044aefdda 1.03 MB 2,030 144
487,907 487,907 0000000000000000007698792c80f303a9c66679861870ce0cf33890cce17218 1.04 MB 2,161 145
487,906 487,906 00000000000000000069bdf440954deb73892e98b5cc8fb084f50b0bacbf34b5 1.00 MB 1,815 122
487,905 487,905 000000000000000000e4b2afd748c588aa14bc7bf06480535f7b4ad001e4e007 1.02 MB 1,223 153
487,904 487,904 0000000000000000001946384dceb605ca8b97adc56752688c2e57a847ee5654 1.02 MB 2,633 157
487,903 487,903 000000000000000000cbf9fdb49f02cba738f0bd9d4d842793ff402386336d8f 1.00 MB 2,749 183
487,902 487,902 0000000000000000008161f44d4322c87cd52a15d1049f03660291d9e99adb2d 1.03 MB 2,115 120
487,901 487,901 00000000000000000032b46cd000ec31d3e014c8b4ab6b6b5ecbef18577fbd28 1.01 MB 1,163 79
487,900 487,900 0000000000000000007bfe292f33aa7e7ecde1b007ec953011269f851e6bad36 1.03 MB 2,391 102
487,899 487,899 00000000000000000051c6c8750f3a75cf7aef45e1f405e8d22ac18c117b28a8 1.03 MB 1,909 89
487,898 487,898 000000000000000000179ffb7f2ad82cf2f4324101bee0b977e6e4443087f1d7 1.06 MB 2,052 118
Previous 10 blocks ↓
Total Size: 769.04 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,626.13 GB sent, 93.06 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.