Memory Pool Memory Pool Refreshing

4,140 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,608 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (422,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,071 485,071 000000000000000000f29c79bf6498f9195e182ab29057196a5ad53e47930cf3 0.47 MB 1,039 132
485,070 485,070 0000000000000000006e57629689c9c30e6845ff9f44641d3330a9ba386b4fb5 0.45 MB 1,068 26
485,069 485,069 0000000000000000001c4aaa7fd927ba6a9d089f71db6d69f4d1c10b2f1627d7 1.03 MB 2,203 72
485,068 485,068 0000000000000000006461a2e0329d00d15575b65786442ac3fcf0238fdac67b 1.00 MB 2,865 222
485,067 485,067 00000000000000000072ad7253c09f43180b057ddc0931c1511fa43fcad31ec5 1.01 MB 830 50
485,066 485,066 0000000000000000008f5ea16d72fac09f04598183d5af5eb8bc5feddb23a5fc 1.02 MB 2,374 103
485,065 485,065 00000000000000000029d85e2a122a1c2279f92c02a45afc0a0702bea0a2e362 0.94 MB 2,249 48
485,064 485,064 000000000000000000bec33b022a0d01080e15830371696e0c7e2b086da08121 1.03 MB 2,388 20
485,063 485,063 000000000000000001000f66ee0eb97355a10d5fa84a94ce068c343e02a14407 1.00 MB 2,867 233
485,062 485,062 000000000000000000b131d54a5bc91821ddc06d71511d9a1af6174d90b0b971 1.01 MB 2,522 117
485,061 485,061 0000000000000000005c4a2967a8ecec11ae33f7263ecf370ab4e61f03a7e9d1 1.01 MB 2,435 125
485,060 485,060 00000000000000000074df5bcbc230c662ba71c0aa05ead84e698637b3750111 0.38 MB 836 105
485,059 485,059 0000000000000000002b92a1a10ce764f5bfe921505cd7109107556935b7b2a9 0.40 MB 767 123
485,058 485,058 000000000000000000409d7b97133162583560273e514896fd387fac1c16048b 0.23 MB 406 37
485,057 485,057 000000000000000000d81672b14dff8d342d02fad5bb90871bce8c8e769045e5 1.01 MB 2,249 96
485,056 485,056 00000000000000000001494b8e873837534a9500bf4b28e1f541fefcd16e434f 1.01 MB 2,390 154
485,055 485,055 000000000000000000f74813429f95e03847875a686201103aa7cdd031f5805d 0.20 MB 412 81
485,054 485,054 0000000000000000004aaccbf2c65c67d42a02518aafeed76e362596d5f80c48 0.18 MB 430 128
485,053 485,053 00000000000000000055d032b4fd1f66a63033dcf34c10613990bde1d3bdde7b 0.23 MB 516 83
485,052 485,052 000000000000000000979a27e79d9b6b99e8a0c7c3ae44f451e24d24cda71464 0.92 MB 2,153 110
485,051 485,051 00000000000000000123b7f55b30931167a1c7cc7c32b67aa9a1cc5db0d25dbd 0.76 MB 1,654 104
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.