Memory Pool Memory Pool Refreshing

7,153 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (598,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,983 308,983 00000000000000003bf82083cc946864e67c66c09762669ef63b79996cf065aa 0.25 MB 421 21
308,982 308,982 00000000000000001df994e1933746847a6956583b816304644833e07b55eae4 0.05 MB 78 25
308,981 308,981 00000000000000000b6b3fb7aa1ef2c503888d0c2c525631fa4e7179fa78812e 0.28 MB 389 27
308,980 308,980 000000000000000017d76d9bfc137d77fe7cfa9953e10ddb5dd947c8aad240b0 0.22 MB 426 31
308,979 308,979 00000000000000001a5f36163987568c61c053783ce7253f2874ba054c8df2b5 0.41 MB 721 30
308,978 308,978 00000000000000002e3c54745e103f5799b97a776e139066587e664b311d6ee9 0.48 MB 719 27
308,977 308,977 00000000000000000eaae75a3d04170979e12db2071b7b6f2bc3eb6f66cc22ac 0.11 MB 195 33
308,976 308,976 00000000000000001a446624575f2f084af69742283e08311934948d74712b8d 0.01 MB 27 9
308,975 308,975 00000000000000002573f4bbdc4860d2a492ead509f95241511478f940ca3d31 0.04 MB 59 24
308,974 308,974 000000000000000017a734aa3baa842f98942dcb1ce4a69a32cbf82d065fa587 0.12 MB 226 40
308,973 308,973 00000000000000000df273de43c373eeb2bb09aa1df2c42db0ddef78744afd27 0.22 MB 390 30
308,972 308,972 0000000000000000176e6d8f3cfbcdd6a188ed13dc8be6f85577b55b2ec5a6a6 0.35 MB 586 26
308,971 308,971 00000000000000003d8a8ac115c58f59b4db47229d521a049392044da9f00001 0.65 MB 909 37
308,970 308,970 000000000000000039328a0e02f09ea8190c8fe3affcb0e571684f123d398a2e 0.11 MB 160 22
308,969 308,969 000000000000000030031c99fd63053f36122cba1c267a6b41227aad2f65eb98 0.29 MB 470 27
308,968 308,968 00000000000000000e7d204f365d459d1ff820feb41bbc83d4f174e5361bf36d 0.03 MB 26 11
308,967 308,967 000000000000000022553c6bfbe7c81c4161071583843b33a5e8227994733858 0.06 MB 101 27
308,966 308,966 00000000000000002b59698a672c95a1198a5d50f9d3eada06f5992a60a50acf 0.32 MB 456 26
308,965 308,965 00000000000000001dce1201eea330de9ef375814335e05f1e6583843f128c16 0.06 MB 133 34
308,964 308,964 0000000000000000383a98772c9b1eea714a5900c2bfa408370ce9a63ae7880d 0.03 MB 72 43
308,963 308,963 000000000000000003d29d942a629e4b251a1b0b3652ef2aa57f328c46b90153 0.16 MB 305 30
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.