Memory Pool Memory Pool Refreshing

3,726 transactions
26.06 vMB
Show Random Selection Loading Transactions
Max Size: 106/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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,013 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (807,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,802 100,802 000000000003ff518993640dc7e60e54201007ba520688497507e686bb0390a5 0.00 MB 3 2,074
100,801 100,801 000000000001cc8b34e984092a1eb4b51fe0b9b991b7283f6c859467a662230d 0.00 MB 2 0
100,800 100,800 000000000000e383d43cc471c64a9a4a46794026989ef4ff9611d5acb704e47a 0.00 MB 1 0
100,799 100,799 0000000000025afe84e27423011af25f777e5a94545dbd00fd04bebe9050f7dd 0.00 MB 2 0
100,798 100,798 000000000000b9c7ef6be66b02fe6e4f11e2e9ac57abd550cc8e4a211f7bd640 0.00 MB 2 0
100,797 100,797 000000000000017ff00272b25762e2925935b2b822ac38d0aed3d47241864595 0.00 MB 2 0
100,796 100,796 000000000003b6da356baed332a4d8a3c246beea3c8622fc908ceb796fc5a636 0.00 MB 1 0
100,795 100,795 00000000000249c59f4035f9a366b0c9a2dbae5afd26939f1e798cc2ba543520 0.00 MB 1 0
100,794 100,794 000000000000b16443ed780c7061ea00244d765a8ca1fdeff969ed4fdbbf2f14 0.00 MB 1 0
100,793 100,793 000000000002f5d87926d5fd2e1d07401fc3c5cffaa4c3bb4c307ee344f6ce18 0.00 MB 1 0
100,792 100,792 000000000003895d76d5fbb32cd7686cb09aedc4393e07c0b63eea2e2eeab53a 0.00 MB 1 0
100,791 100,791 0000000000005739afed290222bd1b3cefc5ea32d130c796920effae6830a48d 0.00 MB 1 0
100,790 100,790 00000000000392b80c73f9c9ec03bdd259996f88eca80f446091b28a742048a3 0.00 MB 2 0
100,789 100,789 00000000000107925a52e24c838788a954d1a6d5858301c66d50b2a074787460 0.00 MB 5 0
100,788 100,788 000000000003d39248a09f53cf12d8a7aa280f455548ec8ad9b29ef7e4c1f882 0.00 MB 3 0
100,787 100,787 0000000000019b85dfef188419d3c0bf2bd0d660bb41f3349aff4555c4211358 0.00 MB 2 0
100,786 100,786 000000000004743e4327d513dc55bed26ac93d6bdbcd33a3005917f8e79ae0a0 0.00 MB 3 0
100,785 100,785 0000000000024d9f5ff137a19eabe6438d91c7bd8fc33eb9775ff53a2083145c 0.00 MB 7 0
100,784 100,784 00000000000304d51de00dc9c22b439030160b615303f0978d0e5ebc14c643b3 0.01 MB 21 0
100,783 100,783 000000000004266fa21fba14a00171979e54f7a6af4c7784519c328872f79b35 0.00 MB 10 0
100,782 100,782 000000000004694facb285c75a72fbd274637633ab6299c50be1ff3c54d75a49 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 770.21 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,697.89 GB sent, 98.59 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.