Memory Pool Memory Pool Refreshing

1,622 transactions
12.68 vMB
Show Random Selection Loading Transactions
Max Size: 52/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (808,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,100 100,100 0000000000020ee4806021c0b6e7b97d31df0c2fdbd0f6c3a7cb5883c7bc151f 0.00 MB 1 0
100,099 100,099 000000000004401ac8d9d00d035239db6fb3956e01d9e1af05fa4e1fe335f04d 0.00 MB 4 0
100,098 100,098 0000000000018710fc498f67f85b8637c991557457841aa005c58a43d135032d 0.00 MB 1 0
100,097 100,097 0000000000007b2e16a3e1dcd6477891897a670fbadb0bcf88e8f2703bf3ac56 0.00 MB 5 0
100,096 100,096 000000000002e79a8e354f316d0905e0b5ba297dcf3b08ebb7eef1da693c53b1 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.18 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,693.12 GB sent, 98.45 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.