Memory Pool Memory Pool Refreshing

17,475 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,099 907,099 00000000000000000001eb73aa34e86b754edeaf9d2c0426cd3152e37d76f80e 1.69 MB 3,787 1
907,098 907,098 000000000000000000007a48313c944d176f4712697cde7467a53e393c1d200d 1.94 MB 2,023 2
907,097 907,097 0000000000000000000233354d58fbc44f092f67d0f0e68ca421ffee6f8d7891 1.81 MB 3,696 1
907,096 907,096 00000000000000000001a765a12e98a4f3eb7a6ffef65380df0b1718686f943d 1.60 MB 2,239 1
907,095 907,095 000000000000000000000af4d058de99396ba9d37377d26da1a0b344b24ad158 1.50 MB 3,713 5
907,094 907,094 000000000000000000022337de471eba16fcb0e214d3021f5daa985d04e3d034 1.58 MB 3,268 3
907,093 907,093 0000000000000000000108812de8d884481f271e7b27e1456dfad06339f71786 0.97 MB 2,076 2
907,092 907,092 0000000000000000000000ebd8697103887b2c58852a8501affa6bd1c93551f1 1.65 MB 3,426 2
907,091 907,091 00000000000000000000cd901620e30e84cf3378b8e4fac2a046643260027e91 1.50 MB 3,276 4
907,090 907,090 000000000000000000010aa4a92a3891bbbab0d411a3139b2bf3c085a93030fd 1.80 MB 2,652 2
907,089 907,089 00000000000000000001b3d3be37b18342b028ac74b41c080d2407dc21d1f868 1.77 MB 4,678 1
907,088 907,088 000000000000000000000eb487c50c3008bb5f2f98f088864e392eac5cc19432 1.72 MB 4,271 2
907,087 907,087 000000000000000000012d8d97fd762f4340b75c0f72439a5a84e08d0ea1930f 1.80 MB 5,097 0
907,086 907,086 00000000000000000001d0ccaffecb937ee444cb056356abc59b906666607cf1 1.75 MB 4,031 3
907,085 907,085 00000000000000000000f957adbe07c56a12cf32b3ebecbb09a009b21fbc84cb 1.81 MB 5,051 0
907,084 907,084 0000000000000000000072af48ca17638bf2e7ea4f1a11aa7c8bb97adb9f7699 0.04 MB 89 3
907,083 907,083 000000000000000000019e53a727694f70e236a6cc1a8f25a0c7579febd6897e 1.10 MB 1,703 4
907,082 907,082 00000000000000000002127038165570f7e78caa540a4fa0fb4edfd03377d5a2 1.99 MB 4,094 1
907,081 907,081 00000000000000000000a97135ee96e37f0b0db44d5f792635735de42cf4af0b 1.80 MB 5,105 0
907,080 907,080 0000000000000000000039fc66c886171659cc5dc53d4720b36463c2e7f7c634 1.67 MB 4,306 1
907,079 907,079 00000000000000000001711b66e1a11ddc9275361655961e9a22497554341601 1.91 MB 1,251 2
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.