Memory Pool Memory Pool Refreshing

1,170 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,147 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (381,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
526,139 526,139 0000000000000000000af0a24ed3354dfa2441622f2e51ffacb200f0d46e396a 1.34 MB 3,523 4
526,138 526,138 000000000000000000144b23b77efdbfd050f79a5c23bf48eaee21a6c10aa3f2 1.09 MB 3,102 8
526,137 526,137 00000000000000000002ae495c28589330ed65ec1aa92d758b781393ccd74b17 1.10 MB 1,820 14
526,136 526,136 0000000000000000000a8806f16e2b559867c94859c77c82ec9471fd50f56d67 1.06 MB 1,135 31
526,135 526,135 00000000000000000019d51c8ebdd0864cce8351dbafc1526c8d5256341f2a09 1.01 MB 709 61
526,134 526,134 00000000000000000018c561f756b3d3bd59243f502a7c6d41dae1bc37c6a1b4 1.08 MB 1,342 7
526,133 526,133 00000000000000000010d4326f810ad8b4c20721d7b1808378d0eeaa9d2e8737 1.15 MB 2,482 24
526,132 526,132 00000000000000000037fdc5ed0733b418dcf287cc55937be6131813a8401179 1.11 MB 856 6
526,131 526,131 00000000000000000029c9a1c30297fd48ac3df803d4ef3e3111913f138e1211 1.04 MB 595 6
526,130 526,130 00000000000000000032dc19b8b4f9af811dd5480cc799926706962b83512a66 1.16 MB 1,910 17
526,129 526,129 00000000000000000018d03f18be41301fd89b579777d4755f541319e938ff29 1.00 MB 123 1
526,128 526,128 00000000000000000001ae3c310ab0c85b6df05bade6677b0146dcffb7e34a6b 1.06 MB 803 2
526,127 526,127 000000000000000000076b321ed36e2669c37ac5e12eea1ccdfc99768ca78bce 1.15 MB 2,662 10
526,126 526,126 000000000000000000349644623b76c6e965f77847bfcc03e209b06fe0e0853f 0.85 MB 1,804 34
526,125 526,125 0000000000000000002a320b45dada2ecfe15005c18cb69f1ef5939a58e8c4e1 1.02 MB 254 2
526,124 526,124 0000000000000000001137a503131d09442e3e91bf9c8b9dbbe12e9d168644f5 1.06 MB 1,147 11
526,123 526,123 000000000000000000150c52f9217614bcd25d07e285ce463f14b8fe17dd384f 1.02 MB 481 2
526,122 526,122 00000000000000000022d6070b6eabb862a4bfb03e1051b1c979076f5b1501b0 1.14 MB 1,915 16
526,121 526,121 000000000000000000305f8d1620ba29bdb196aad6e78abee82006281274686f 1.04 MB 857 7
526,120 526,120 0000000000000000003774b0b6c2cfe495b2c61c6e6218b7c6f87839c6abd5eb 1.08 MB 1,253 12
526,119 526,119 000000000000000000006617e1e2f918228e039821fca883ae0d8b7a655b9f43 1.18 MB 1,116 8
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.61 GB sent, 93.62 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.