Memory Pool Memory Pool Refreshing

14,130 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/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 1.00 vMB 4,227 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (564,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,196 343,196 00000000000000000d3651174145fcada029db4a2b389caa5a36c9f53d42fd9f 0.75 MB 1,666 29
343,195 343,195 000000000000000000ade45fedba61b640c989ccefca140ae4f9818a14dc0e5d 0.11 MB 256 33
343,194 343,194 00000000000000000025eff68b2146a6899c9362a484c281bfbcf1db35c1ddb5 0.00 MB 1 0
343,193 343,193 0000000000000000014ccd3107010c8b21696a9fb27e2cdbbc39353269e1f08a 0.10 MB 80 9
343,192 343,192 0000000000000000010ff558c06d9700018c8f0849967b158017783a20d6fb30 0.24 MB 343 22
343,191 343,191 000000000000000012c926d7e5db6a47485a6dbeedb691b422e711d1cfee5407 0.55 MB 542 11
343,190 343,190 000000000000000015ae35236c1db9b9806d4eb46a7290b870ee1f0fceb24193 0.75 MB 1,251 22
343,189 343,189 00000000000000000ad4ded98fc1d2d51b6493fa01b98c32bb3e19a3d59254f2 0.16 MB 398 32
343,188 343,188 000000000000000009aed024f54a5c76aa9aa82a26a104fb8668110ae55b3996 1.00 MB 2,164 31
343,187 343,187 0000000000000000143a5c5297ea6a5c44e2bf4d89d97542f212248c7554fa3a 0.38 MB 613 24
343,186 343,186 000000000000000008905470fba792c8991cbc2bb7d42b954369488adda3b20e 0.30 MB 558 31
343,185 343,185 0000000000000000072b8bf361d01a6ba7d445dd024203fafc78768ed4368554 0.15 MB 324 23
343,184 343,184 00000000000000000ff677214ea40bd02010800b1cbca65c110ac5c330d98a49 0.49 MB 815 22
343,183 343,183 00000000000000000a16bcc766361414571a5f961698acc46c27bd79c26ac15c 0.51 MB 725 10
343,182 343,182 00000000000000000f8e6db975a1e72d41151bd195da1baeca2b9f5d759353d6 1.00 MB 1,724 22
343,181 343,181 00000000000000000a1fb2fd17f5d8735a8a0e7aae841c95a12e82b934c4ac92 0.07 MB 156 27
343,180 343,180 000000000000000017c5f26c7a53ab92eaef4582c0658d2aae697ef8e890f0b9 0.75 MB 687 14
343,179 343,179 00000000000000000fd7d5727a1263cb23eb4dc65e66e1ec18910148760ca6d2 0.88 MB 941 18
343,178 343,178 0000000000000000086b6f9683c522f856203ae1e74750600f3b029217162e23 0.75 MB 524 15
343,177 343,177 000000000000000017ea9dbe2b534abdf97fa224e985b1cc6c182074bb4d0d4a 0.75 MB 1,280 27
343,176 343,176 0000000000000000043278639a60f6670365405d050ada3004aef400d9540eca 0.75 MB 1,076 21
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,622.95 GB sent, 92.96 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.