Memory Pool Memory Pool Refreshing

644 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,986 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 628 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (26,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,102 881,102 0000000000000000000266892a88770426e984cb1477f63b308c31c709fd4c66 1.59 MB 3,658 8
881,101 881,101 000000000000000000022e7c2b41184413124084489026ead6dee9af433f4977 2.02 MB 2,551 3
881,100 881,100 000000000000000000001b7d47676281b70e9c7e05e73c9cadb7afaaf17d6ef5 2.03 MB 3,172 4
881,099 881,099 0000000000000000000061b2c54ecaa0b5b196a970fadb4975a7f4ce058b70a6 1.58 MB 3,226 6
881,098 881,098 0000000000000000000180fbb8ac6c798cee97a0e0f7cba1fbdab47000d8f302 1.70 MB 3,140 8
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
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.