Memory Pool Memory Pool Refreshing

6,331 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,235 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (494,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412,924 412,924 0000000000000000020a3be4b9060e81941dd55c8053d3598d439f95425a9294 0.25 MB 576 44
412,923 412,923 0000000000000000016fd3ff5709bfd6f8bda7cb0ab62391f838fb66d723ade6 0.25 MB 563 35
412,922 412,922 00000000000000000011a39e80dc9225ac542a86186c7a36107c5c32ae5b93b3 0.69 MB 1,147 26
412,921 412,921 0000000000000000041eadca288aedd1bfefeca74fc8a62c5c8a4063f22d1e89 1.00 MB 2,436 54
412,920 412,920 0000000000000000008af7279c78250483eb076c3927fcbe50a16d8730c1ddfa 0.06 MB 159 39
412,919 412,919 000000000000000000e689eaaf9b90965ec29ecf1ba0773c334b1e3f41129ab7 0.69 MB 1,567 36
412,918 412,918 0000000000000000053952cd8c15f0fe37206b0a683456ca03fe8e7a17e2bafa 0.82 MB 1,432 36
412,917 412,917 00000000000000000451ecc322281bea2de85b5703f79f62165b0edb674d2d3a 0.28 MB 654 55
412,916 412,916 0000000000000000044127a8b620788b0e965023aa57b64c3eedb401e0d3027f 0.47 MB 1,130 41
412,915 412,915 000000000000000004461dd0dab26ae3fc9b40488bedb39cd9a06f899fa68519 0.14 MB 278 40
412,914 412,914 000000000000000001c5afb1a27c18fecc8e21dd7d8f7f803c67ebe7a4822a46 0.93 MB 2,061 41
412,913 412,913 000000000000000005695c16cc78c2bddbcc0aafb02229f8f932d45b067bfe60 1.00 MB 490 12
412,912 412,912 000000000000000002926ce9e3d611a444bb40dac2cec97f636e610791bc84f6 1.00 MB 284 12
412,911 412,911 000000000000000000ccefc3cd6ad4947c881ab09a9722a57776df932f185f4a 0.88 MB 1,694 41
412,910 412,910 0000000000000000024592545094dcfec935b6393dee726569c0617bb87cc43c 0.97 MB 2,042 40
412,909 412,909 00000000000000000428cebe1cc15d1db58e3bfc3b0d0a53d389444e5b682915 0.89 MB 171 9
412,908 412,908 0000000000000000028e16bd10fe019f5fe971c90f3c90640dbf44d8b0c2932c 0.46 MB 1,009 46
412,907 412,907 0000000000000000041b5ce85e097a53786c1bbdd176cf1a5fdde38fc45055b9 0.93 MB 1,331 26
412,906 412,906 000000000000000001515dfe8a754c39766de928ab5a080fa60d8bfeb110db3a 0.00 MB 15 157
412,905 412,905 000000000000000001129a2579640e93d19e4fa6d9d12f540e7687c60ce53741 1.00 MB 2,198 43
412,904 412,904 000000000000000004584efad4c94c8cf1a518a8bdb5c107e8f279a1da95d4b5 1.00 MB 2,723 44
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.