Memory Pool Memory Pool Refreshing

4,511 transactions
15.00 vMB
Show Random Selection Loading Transactions
Max Size: 62/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 ago 1.00 vMB 3,889 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (815,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,716 92,716 00000000000b4d517f80e9ea9ac121d1116de5f589ca08792929e47143f5a06b 0.00 MB 1 0
92,715 92,715 00000000000bbddb8b5d0dab38d5504772010626f6fbbd4f5a15bcb5e65fd900 0.00 MB 3 0
92,714 92,714 00000000000a5ae340ab51b760a1c8af584a8290ef7040ab8a7d47890a0570e4 0.00 MB 1 0
92,713 92,713 00000000000962dc1bfcc4c7f7f707462e1214ffb303a0d41c35133189fa3b63 0.00 MB 2 0
92,712 92,712 00000000000443274cb2f509d81c1bc033c9bae079fc1ddaf27fd2551bcbcecc 0.00 MB 1 0
92,711 92,711 000000000007a15833e2fb187cfa8a05edd4ef9f8eb960ec6c63a3c851755a16 0.00 MB 1 0
92,710 92,710 000000000002df1ff801c1a932134e7d80d87cf9475d13d6e549eb3864c307f0 0.00 MB 1 0
92,709 92,709 00000000000d52fe3ad3c4c0f8b701a848d541afb3aa0be1a5a1add4da6d4a1f 0.00 MB 2 0
92,708 92,708 0000000000089c1fac6d52651835927f4d7638328494ecec20dccfaffc01606f 0.00 MB 2 0
92,707 92,707 00000000000303e001b23d4479de8d0434b6596f8f481fc6856fffccab5926cf 0.00 MB 1 0
92,706 92,706 00000000000a53163e96585372be05fa6d3e5694a35985321f025ae404e25af0 0.00 MB 1 0
92,705 92,705 0000000000094e45b071e9606d5f571ebf38c8ea0f3ea3e4965169eaffe4315e 0.00 MB 2 0
92,704 92,704 00000000000775bad9b36f2181db3b46a1b9f2b9b390c2f5f553a8f696c32492 0.00 MB 1 0
92,703 92,703 00000000000cf8594df05c03e1ccd16bfb695353d754d8ae2784e70e34398151 0.00 MB 1 0
92,702 92,702 00000000000875a903fe9bf05b31032fd9efbca360c15445c7bd8d6f4ba2a461 0.00 MB 2 0
92,701 92,701 000000000005bfc401fc8f6208a67ba6bce7468b0a0093d912d8ace1e8a78fca 0.00 MB 2 0
92,700 92,700 00000000000132cb13076fe45f38dfe1ad781e978746bb97d3281642d51777ac 0.00 MB 1 0
92,699 92,699 000000000003cde58130f36fdb43b1c540f35a148e475279b218262cf0fd711c 0.00 MB 1 0
92,698 92,698 000000000003bac8d525f9cd75aaff60b5ae3af03b080242af2f74058d988072 0.00 MB 2 0
92,697 92,697 000000000006956a5abe3cdb7445128bd971d580856e633f3c8d6b7458dc0f17 0.00 MB 1 0
92,696 92,696 000000000003d5972799e3fec8ae5fb5d449e559cb1539638657a58d35b2ed70 0.00 MB 1 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, 112 incoming
  • Data Transfer: 1,693.17 GB sent, 98.47 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.