Memory Pool Memory Pool Refreshing

12,277 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/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 ago 1.00 vMB 4,023 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (572,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,955 334,955 0000000000000000015141494e5f27028ca83739c583c97a8eff1affb41e0d79 0.32 MB 710 31
334,954 334,954 00000000000000001361f0e98620207503b03fb52b6618348644522a1c0e168d 0.10 MB 176 21
334,953 334,953 0000000000000000142c8f4de30f63b33bf98f11a4d19c19d45a18514e134b3e 0.06 MB 156 30
334,952 334,952 00000000000000000ee496bec7cac02553639cc5fc306f7205d3635bf8d93621 0.06 MB 127 15
334,951 334,951 000000000000000002985c4f984aef8f373ee6306f9efdca52f4b3c5f7a56620 0.04 MB 60 20
334,950 334,950 0000000000000000110da0557319d449dd26023b2bd2160a250e8593fddbf355 0.21 MB 381 24
334,949 334,949 0000000000000000093dff7237a7f170540cd260f6ac3ff714693bf27ef2e1dc 0.12 MB 205 23
334,948 334,948 00000000000000000bb43e3039828ad145b01b9f03dca6c80f56a22f86f17a01 0.09 MB 153 24
334,947 334,947 000000000000000018da71b6294c9991f5a76b9088c8a77b92cf7b4fcae737a4 0.12 MB 182 17
334,946 334,946 000000000000000015138250339ed5b99a5108ef3af52d59b88524c0596ea966 0.14 MB 318 24
334,945 334,945 00000000000000001216edc2c20e851148ec0cd6e564a3f6a4717ac062962e76 0.31 MB 596 28
334,944 334,944 00000000000000000baeac15b3dd7c481fb7a9078ed1c451841cdfd2ad8a6a9a 0.03 MB 32 24
334,943 334,943 00000000000000000d36ad6d5b44ba419a588a649040a03dc78fe29a7841e95f 0.58 MB 1,092 25
334,942 334,942 0000000000000000095161bf03d840b92d2f866c935b354e632a04d693776045 0.17 MB 247 17
334,941 334,941 000000000000000003e63915d11fa26894886f519a54a424c364a5d9bc4b970d 0.57 MB 1,017 25
334,940 334,940 000000000000000005ce9ee65b66f054be9833578cfdddff2e88f720669b9ab2 0.75 MB 1,393 27
334,939 334,939 0000000000000000037b1cad60877965e493fdc1178b4b940982cbbbb715344a 0.26 MB 393 20
334,938 334,938 000000000000000008301ad28f97d0b2d41fda26f82aeebaa9cffa5fc3cb5a09 0.19 MB 347 22
334,937 334,937 000000000000000008fe346060891d82916a8efed7c879cfaacff1e0a6325c82 0.16 MB 371 28
334,936 334,936 00000000000000000c607b66efcda9f869d8594e582fea4169077ab7fe74fde3 0.09 MB 89 18
334,935 334,935 0000000000000000076ad6b01487fb58822847f7570166a1a58f9e41f0b65875 0.75 MB 1,185 26
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.