Memory Pool Memory Pool Refreshing

8,943 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (742,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,073 165,073 00000000000001ed26aa5b1e3b085b0aeaba0d23568ba006dc74a97b8acb1d4c 0.00 MB 9 18
165,072 165,072 00000000000002c05da1299e696014b8429008ceb9c5d6c7f9a9a79b04a9b5b1 0.01 MB 26 68
165,071 165,071 0000000000000b025f959b31770368694fecf65c0d70cc267d5a7d9b58e76cd0 0.02 MB 46 1,266
165,070 165,070 000000000000006c0c17a29661793dedd6c87f334eeebf2adab89d22f27767a0 0.01 MB 16 91
165,069 165,069 000000000000041666ea3e3192fc6e338775e7a9875581c1c82ddd8a8f24e319 0.01 MB 10 64
165,068 165,068 000000000000033c5c06b91fdf49a2bc92ddca7a9aa41e6d55fcbef83f0640b6 0.05 MB 153 36
165,067 165,067 00000000000008d934de7e6c319433d25dbff38d4b576d87794e015f1691d59d 0.02 MB 30 62
165,066 165,066 00000000000003c9834a0bd1a0dc01e58b2cc8849d6abf12d3c8b9d9cac3c4a7 0.03 MB 73 78
165,065 165,065 00000000000002c6442123f792fa1251a55f2024229025c7649b9fdfb01f658b 0.05 MB 132 581
165,064 165,064 0000000000000715ebb89a477cf2fdb8f11da66e60a29319ccea449ebc805925 0.05 MB 84 21
165,063 165,063 00000000000007f0573f62dedcc20cd12ce80397bdfc6a3cebd8acdacffa142e 0.03 MB 65 126
165,062 165,062 00000000000004392cf18f8b87e1e6de6ca49a380b9075ec6fecc71cebe3948d 0.06 MB 93 66
165,061 165,061 000000000000021feb21e9ffc6ed0c2cd88fe89750a3b83abed371ed27fe9772 0.05 MB 64 188
165,060 165,060 00000000000007419dbe99e173b2251f6e46215d6f5078641c6c9b6bb6941f49 0.00 MB 10 791
165,059 165,059 0000000000000c858d3bf81944b30bf4d65f0fd787b7ee3ba7f6978943466ba2 0.04 MB 63 542
165,058 165,058 000000000000051cd59a79cacbc2c9214fdf2781768028cd21a7a55a233c913c 0.02 MB 40 77
165,057 165,057 0000000000000666cb67e0c48ec538c84bf072afc321c55c4e68743fcf38d09c 0.02 MB 28 1,056
165,056 165,056 00000000000007770e003f8c47ffc6ddc468bb07b8edc5ce50f3bcf0cb879ef0 0.01 MB 13 0
165,055 165,055 00000000000008a987e32c923dfb3cc2eeaf6170182cb93772616da5d100e249 0.05 MB 124 5
165,054 165,054 00000000000008d92b771f92985df815eb07438ec8bcdb7af8ed34aff133b87c 0.05 MB 28 163
165,053 165,053 00000000000006bf316057c7f4782091406f92113b1d0c9425955fda4f4a878c 0.04 MB 73 87
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,616.38 GB sent, 92.72 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.