Memory Pool Memory Pool Refreshing

906 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,010 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 906 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (26,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,097 881,097 00000000000000000001d7a6326255af132d4f172073ae683038948596a9d372 1.68 MB 3,020 7
881,096 881,096 0000000000000000000134ab6bf54a94e6c0531671fc9267a034964de0f07b71 1.78 MB 3,553 5
881,095 881,095 00000000000000000000208290bbf4cf897e42d68c983e3255f9bb43b97dd0a1 1.65 MB 3,274 8
881,094 881,094 00000000000000000001af65cfbe2481165f9a92a258424cff8210d2a4b8c4a0 1.65 MB 3,999 6
881,093 881,093 000000000000000000011cada1202f331879f0ef447d5cbd2f84c0505ad0cf17 1.46 MB 3,603 13
881,092 881,092 000000000000000000022f5cdfcd662912cd2889af62dd6173cb736e2efbe6c8 1.61 MB 2,747 4
881,091 881,091 0000000000000000000290ab309143e30e67bf7a5ac40b7348466193e1dace96 1.49 MB 2,600 5
881,090 881,090 00000000000000000001242c515e910a40c71d759f8f31e70636f15ce7c79f3a 1.90 MB 1,083 2
881,089 881,089 000000000000000000017c978df1e08435baa2444ae31bf6c59594f7232e02f3 1.75 MB 2,015 2
881,088 881,088 00000000000000000001cf7159eb45cf7b4236564f5cc322f6cfd60c6348e757 1.58 MB 1,874 3
881,087 881,087 00000000000000000001fa456f0cebc0bb77c882bffef034e0692ac51a5ac81f 1.67 MB 2,613 3
881,086 881,086 0000000000000000000003966d9d352644ac860d689ad2e1a632e499b39a2c65 1.61 MB 3,590 6
881,085 881,085 000000000000000000026c3e6f457ad2ad1be4ca325e1e0fd1fff12f4dd5f271 1.73 MB 2,585 1
881,084 881,084 0000000000000000000242f8526e0fa330f31f6d55ee570aa649e79b07bb0545 1.78 MB 3,157 4
881,083 881,083 00000000000000000001b135c154453368b601427eb5ad1dc1e1b224e490d635 1.87 MB 1,878 2
881,082 881,082 000000000000000000018b9ad7a7523e4d7aa941832c8c6e990388c394fae679 1.82 MB 3,773 5
881,081 881,081 000000000000000000023705d93157a4abf0d5ce6b47e46260908ea0f2d640bf 1.94 MB 1,504 3
881,080 881,080 00000000000000000001bc2845ab1c9ded3faaa940b417bec953cfc35fd01f1e 1.85 MB 2,252 3
881,079 881,079 00000000000000000002582b117f9ba518adad5049e8ce328e5d389155e76b36 1.92 MB 1,092 3
881,078 881,078 00000000000000000001b939c7211c61dd9b18a2864b4a24f00a9862b200aa88 1.96 MB 3,327 4
881,077 881,077 000000000000000000013a066db50c858f6d47f43614e931968c64b8d79d29d2 1.58 MB 2,875 4
Previous 10 blocks ↓
Total Size: 769.56 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,649.39 GB sent, 95.76 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.