Memory Pool Memory Pool Refreshing

681 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,459 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 668 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (808,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,095 100,095 00000000000368d6cce1e9398c64447e9f097727dbe22b741de6f69c1ced63c8 0.00 MB 2 0
100,094 100,094 0000000000047a5d4503a5dfe9dfac21b5d5f583ee69727312a46ab2c8566051 0.00 MB 1 0
100,093 100,093 00000000000470acae62128537f4314b55fd47e0be55da470834cef8f6b74727 0.00 MB 1 0
100,092 100,092 0000000000008ad2f4d6d9f092037e6342fa1200748e1c1f18102e17a31b772a 0.00 MB 8 0
100,091 100,091 00000000000103e074052f8768c18820e1f0084d54583a79c921386e1f533e32 0.00 MB 1 0
100,090 100,090 0000000000021c575b16c5e71a47be318f72160902dc78922a2241abd1f3075a 0.00 MB 7 0
100,089 100,089 00000000000264cf42ff2723d5afd8c12248f97b705d7c8a7c71c9fe4421e6c3 0.00 MB 1 0
100,088 100,088 00000000000456aaafd979e0ca97076004b9e6f5323a62fef09557fef9424072 0.00 MB 1 0
100,087 100,087 0000000000040c9ce66d5ee2ef6cf6a283ef735787b5601b659ae4db202ef469 0.00 MB 2 0
100,086 100,086 000000000002bcabae0ca32c9f547be8b0bd9f2eed26ff738bdfc99634a9c682 0.00 MB 2 0
100,085 100,085 0000000000045eaa839d9f71185c2c8c91b3d9ec7d21b8efffddb7cb10760532 0.00 MB 5 1,004
100,084 100,084 0000000000024344c42a3be608019d0802ce5d4131a5b30cd5e0266d6acd75d4 0.00 MB 1 0
100,083 100,083 000000000001b78c37fc230e5cee232767b09ffb3f88299d79db79bb869beb4b 0.00 MB 2 0
100,082 100,082 000000000000d3391cf2f468afdfd344b2f81af98176b761bf6b54b717ceaa43 0.00 MB 12 0
100,081 100,081 0000000000016e660978a8500546e439bbb7cacce423fa4e553c78f5a41cf9a6 0.00 MB 12 0
100,080 100,080 00000000000291fe264b6605dc7d6952c67e5e42b417fe4ff1285f5b1648e07a 0.00 MB 11 0
100,079 100,079 000000000001daef912769d6a6f1817a217132bb5fc3332f09583323ba35a7b9 0.00 MB 12 289
100,078 100,078 00000000000175982afc877e789dd95f8a0ee5392a0766959a44c04969897897 0.00 MB 4 1,085
100,077 100,077 000000000001ba9d279a3c2f58ff6ec7e53f6281634c58ca60472db9d0e52ccd 0.00 MB 2 0
100,076 100,076 00000000000200daf59f03974ebd5fe2119b0a0d5b5e8cceb5d51b36194cf971 0.00 MB 1 0
100,075 100,075 000000000000ed8a392ce6ed8219483e63916d07760884c8887a52ff1787c470 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,777.38 GB sent, 99.80 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.