Memory Pool Memory Pool Refreshing

6,282 transactions
15.44 vMB
Show Random Selection Loading Transactions
Max Size: 65/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,966 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (819,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,807 88,807 0000000000071ad15d5c7fc3b3527368959bcd9e8eed73ed28fad2dfc1ae94bd 0.00 MB 2 0
88,806 88,806 00000000000ef7b297685148e8a877df47c416edb5a36d9e2ca38fcfa82f0422 0.00 MB 1 0
88,805 88,805 00000000000c76cbb0e6d42fc812a5bc0b6b6ba8b099d86c8d678e9dac9b51e7 0.00 MB 1 0
88,804 88,804 00000000000db48a4d4cde80fb112c97d90610caae42d2b2aee328162f0a6bc2 0.00 MB 1 0
88,803 88,803 0000000000139ced12a08a53a27025e51b1d12ee72e4aa7843056a192c455da7 0.00 MB 1 0
88,802 88,802 00000000000f2ecccb3882e161807a2dd5bef4147731efa967c39e749ba5ddc5 0.00 MB 2 0
88,801 88,801 00000000000e98fab00b2df1cdf72f138f567bfefee074909b300e967b80c311 0.00 MB 1 0
88,800 88,800 0000000000114e2f952518927ab00f4b98e6e4c771dfc1b8d2a215f1b34cc79f 0.00 MB 1 0
88,799 88,799 00000000000e644e842685306859b4d50c42e01471bdd7bb060159eac0278f90 0.00 MB 1 0
88,798 88,798 000000000014bb5878f2c72aabb4d5c4ffb93709b53ebbe4c61ae7d7cdd69ce7 0.00 MB 3 0
88,797 88,797 00000000000d916acc95112773183dcbaf06a03f13c73e3b3088b6466e05ca6c 0.00 MB 1 0
88,796 88,796 0000000000071190c1ed0e21b8a1ebb5f41a125fdf1ae6c1891ac81891b22c97 0.00 MB 1 0
88,795 88,795 0000000000111a78c454a83b552cf5bacbaf14cc7e563bf261970552896a414b 0.00 MB 1 0
88,794 88,794 000000000010a04736ed27444eae1c5568343be22a32fccb39e1f98158faf339 0.00 MB 4 0
88,793 88,793 00000000000b83f228c2b460e115ab98c5f9223f9c9ec5c4ffcde55708fc928a 0.00 MB 1 0
88,792 88,792 00000000000c021b59c5d5f7838f8226a913010c746753796bbe51e56520ac02 0.00 MB 2 0
88,791 88,791 0000000000126920e34f4f40be9c86c83cdc457864d5712128be6ae897648d0c 0.00 MB 2 0
88,790 88,790 000000000003e10f592dce0c76c68771a0add4af12caedb4421a139eff270f43 0.00 MB 2 0
88,789 88,789 00000000000fbd8381fa7ab632ff3a637ac10fc26c8dc9accf5390d80d00300d 0.00 MB 1 0
88,788 88,788 0000000000077771e9f435e59ad115181668dcc4b24d9935cd00f723dcc6351c 0.00 MB 1 0
88,787 88,787 000000000014d417f65b2f00a764227bef03d182b4811cdf4a551b71c5b4636d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.27 GB sent, 98.48 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.