Memory Pool Memory Pool Refreshing

2,304 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,304 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (853,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,107 55,107 0000000004303684821919dd10d7114f46324f8d3670ce58069ae6444a929264 0.00 MB 2 0
55,106 55,106 00000000052fafc5b5f3c0491b359edff4760fad2c35de2456a651473d942f65 0.00 MB 1 0
55,105 55,105 00000000071d76f924d22232456de02ddbf9a6129e93370d5a5f55b4cb119604 0.00 MB 1 0
55,104 55,104 000000000459aafecf4f65adac97defd6f448c64e26701ac0b509850ad7cd01f 0.00 MB 1 0
55,103 55,103 0000000001bca2919a98e33cf660b8be96689490d75b9492ec863931832f42de 0.00 MB 1 0
55,102 55,102 000000000a94db9e69b10890a60d39cbc05a3088acb2f53dc5e37062c9cb4046 0.00 MB 3 0
55,101 55,101 00000000017d42554ad39e7be5ed5368814b9bacfe363b6569049fbc12913b2c 0.01 MB 12 0
55,100 55,100 0000000002f8398c51df4cf312fba8d00ac9f38a2935547c5f0462f253d04799 0.00 MB 1 0
55,099 55,099 0000000009ea70d1e603c9fad6fd0cf800cb662de1b9273b40a2925e654e6072 0.00 MB 1 0
55,098 55,098 000000000220d0d8627ea773f834c2880d45a81281f684373e003b8e848d6751 0.00 MB 1 0
55,097 55,097 00000000053b87b3a44cbc8308a2dd57d23d3132122cb6a05750be314b57d653 0.00 MB 1 0
55,096 55,096 0000000004b6b08846a69ea95a3b91a8f333094c71e89b1b921a4ba34c551e79 0.00 MB 1 0
55,095 55,095 0000000006c081f5f6f7d663dad2efe92ba08a8eb73d79f883c0ea4db799b765 0.00 MB 1 0
55,094 55,094 00000000123749064365d7669e3ac0744d5c6006bd676fe29691b3b6f16064dc 0.00 MB 1 0
55,093 55,093 00000000129505dc6b5888238df274ee94253aed040bb95b2291250dacf7ac67 0.00 MB 1 0
55,092 55,092 000000000b19a20c1721dcaa1c69410af1709aad15697454750daf038120a382 0.00 MB 1 0
55,091 55,091 000000000d8fced70edce7b96507f72b10f11b9665d182283ca05e2e9a04cb5d 0.00 MB 1 0
55,090 55,090 0000000011bd18976b75fe716f176602affd783e7a97debc2c09985de7007ad5 0.00 MB 1 0
55,089 55,089 000000000f35fdbf1a3036aa8e348e45efe14cbce8d459b903cf4b18682a0662 0.00 MB 1 0
55,088 55,088 0000000009531b0a5b4de7b4c246059276a2d4c41007a588ab6ea7539b606eb1 0.00 MB 1 0
55,087 55,087 00000000086c7ebe3501c0478f66e3c859a0316a357f62941bbe0710325c9da0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.49 GB sent, 102.00 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.