Memory Pool Memory Pool Refreshing

8,596 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,071 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (102,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,173 805,173 000000000000000000048a72a947f1c8b6c300b4590d746adea6e8d0e5e170ac 1.51 MB 3,360 23
805,172 805,172 00000000000000000001a113a28e94a0b6d1b037158c42d5b3135b53cd0542ff 2.03 MB 6,499 7
805,171 805,171 00000000000000000001295594bcd312c518aa76ee6af5c8f4ed3aefcfaaef34 1.92 MB 5,324 9
805,170 805,170 00000000000000000005054acac4aa92ed67092eeeec9dfedcf84fedac6b9502 2.08 MB 6,511 6
805,169 805,169 00000000000000000004b2a9b5818fd9f1420efbead9030c2e35d00b99db9e50 1.39 MB 2,349 7
805,168 805,168 00000000000000000002115180d76b9f8398bc5eabb78b479ad0f66b92055e80 1.64 MB 1,500 8
805,167 805,167 000000000000000000035df367cdff8acda30c989be480697821e3076b08a264 1.51 MB 2,767 15
805,166 805,166 0000000000000000000189b28b989475f2085433f67730bbdaf6ae66c1e82e75 1.66 MB 1,998 10
805,165 805,165 00000000000000000001ebf9b6f2d2e4cf0f54430de75a11bbf7000115f898dd 1.93 MB 1,822 9
805,164 805,164 00000000000000000001fc327433df1e9e025c00eb4501cfe4cd5eda1ceb31a1 1.42 MB 1,849 17
805,163 805,163 0000000000000000000481085c8c21b6ba458e1e34b666d6efa1a50da4f99b62 1.63 MB 2,856 16
805,162 805,162 000000000000000000040c5326b1c95f574c2d4bc3efe52c92df142767e858f8 1.60 MB 2,754 11
805,161 805,161 00000000000000000004da3ce88ce690002f72e2087017a099a2987a9170c071 1.55 MB 2,886 14
805,160 805,160 000000000000000000009f0f4778f77a88087fa41bb44f446cf6ea634d918a3b 1.42 MB 1,859 15
805,159 805,159 0000000000000000000308d19c8f4dc217983e2ff30aa7320c182924bd3af582 1.41 MB 2,737 18
805,158 805,158 00000000000000000000b771c22c3f0bc52f420d6d4411c05e5b457c3cae1f36 1.59 MB 3,358 13
805,157 805,157 000000000000000000001668ebd8b34220317d8c73fe5ffbbb8c0aea43e9f008 1.60 MB 4,096 13
805,156 805,156 000000000000000000010f543861f33777e5053718621f13b0459cd263d1dd38 1.37 MB 3,056 33
805,155 805,155 000000000000000000005477ad9c8c404f302c01e9fe29bbf3458329096fde0e 1.61 MB 3,670 19
805,154 805,154 00000000000000000003dca421b7af287ff2ee862a75fef9130c1e8921093c5b 1.44 MB 3,607 27
805,153 805,153 0000000000000000000094ce4e22be9afef6741303a72bc319409c004de39251 2.04 MB 6,239 8
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,621.31 GB sent, 92.91 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.