Memory Pool Memory Pool Refreshing

3,677 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 2,981 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (798,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,910 108,910 00000000000152d1b2e752486a924b8433b064c362ace1bb99c12326e93cdd2e 0.00 MB 7 0
108,909 108,909 0000000000018f1715d1d7fb6302de63472bf545faf1762ac928e14479fa2ebb 0.00 MB 3 0
108,908 108,908 00000000000062285f7a2783afac8fe1d9e439881ced60bd2f6421b063062647 0.00 MB 8 0
108,907 108,907 00000000000101c576ce755bae92cbe7f803b758afcb0925be76adffba09f2c7 0.00 MB 9 0
108,906 108,906 00000000000048aac525f36663811917ec6bbd7cd38bb38764abb1adef3497bb 0.00 MB 6 0
108,905 108,905 000000000000c1a1a4ddccaceba5a71276952e4c715c9866a18361b04eb68af5 0.00 MB 2 0
108,904 108,904 0000000000014faa7c684905efbdb47a5390657f36834ce7d372246b4359f7fb 0.00 MB 2 0
108,903 108,903 0000000000003eaea0e006ff87136057a3e047dacd1f3a9a84b3fd90137fdb4d 0.00 MB 1 0
108,902 108,902 000000000000de63bae88f62e5f64cb24da0779fdf5f8e8cacac5e2549a34f4f 0.00 MB 2 0
108,901 108,901 0000000000012873306a8d410562d88fd26dcf5c60e7ca6eef7f1b7190eb7634 0.00 MB 9 0
108,900 108,900 000000000000c5eaf935144b7ca54558339b17ab60d02ed007b056413513c0d0 0.00 MB 8 0
108,899 108,899 000000000000d29f387b0e15767ee37093dc427531199bdbfeaedd51c5053637 0.00 MB 2 0
108,898 108,898 00000000000119e1bc891e1929d2c6a0a184524df1658c25b720dffc1912dc0b 0.00 MB 6 0
108,897 108,897 00000000000005255c761345a80132cef2e43ea94dcd90d279825579e8b35abf 0.00 MB 7 0
108,896 108,896 0000000000010d8868e00d9a4fbad65e2c0bc65dc015975076e495dbbade6856 0.00 MB 12 0
108,895 108,895 0000000000012db9c50fcb282f62ce451be6288e58def88d6373c44adabaee85 0.01 MB 22 0
108,894 108,894 00000000000081f72cf4072e23b23a4e8824544e410cf479fa984e617ed1e8b3 0.00 MB 1 0
108,893 108,893 000000000000f29f2e635a7fa0dea25ebbbde431f98c9c58b02b6208c6424d8c 0.00 MB 8 0
108,892 108,892 0000000000014078718b9683a9411c3c700db9ffdda3bc6ee62838a918c14dbf 0.00 MB 12 0
108,891 108,891 000000000001441a51854b5affbfd2c820092a33f615983b18319daa3d56eed6 0.00 MB 6 0
108,890 108,890 0000000000013015b4c8271e911f907644ed1bb9bb0bcdc4949966ba43ad91ba 0.00 MB 12 0
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.14 GB sent, 93.54 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.