Memory Pool Memory Pool Refreshing

566 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 566 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (819,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,669 88,669 00000000001893ffdfb90fbd5d064c99adc8fe1cbe99fd180ba984f36336b649 0.00 MB 1 0
88,668 88,668 00000000000ec19fccd526df0ad06ed199d3933f59404f60e1044651d272e6b1 0.00 MB 1 0
88,667 88,667 0000000000083b786f5dafea20a8f233a87706add522db28c83e14cd79bf7544 0.00 MB 1 0
88,666 88,666 000000000009c734faaace8a8f7c50044547c0fefbd568e307b7e40abccded39 0.00 MB 1 0
88,665 88,665 000000000013158b9c1c601f8e7e48e21b8503d196ee136b692f371bcaaab0fb 0.00 MB 1 0
88,664 88,664 00000000001b6345a8a9087e46a13a1cf663961287032f8ad0dffc38f6e7ecf0 0.00 MB 1 0
88,663 88,663 000000000019c19d36c449d598aeca135cf44540b66c5e8038f7c43a99fa7493 0.00 MB 1 0
88,662 88,662 000000000007e27199d1c7fc0969c416fd544c7eb5d2df1f33957d04c55d69e9 0.00 MB 3 0
88,661 88,661 00000000000ebae28c49245a33c5afc35997ada6732e3f7013dd621447b417f8 0.00 MB 2 0
88,660 88,660 0000000000063e31d036a62d8c8721ffee3408727f65b310763fc54ba8127ccc 0.00 MB 1 0
88,659 88,659 00000000000d63ea2c4eae557337504b745a3875e7c53fa923adcee7f3185146 0.00 MB 1 0
88,658 88,658 00000000001a506f23d89652ef6f08e401e654142d648d24167579f151d85c84 0.00 MB 1 0
88,657 88,657 000000000016baeee7c7ce98428d3b62053a1448e1c9491d9161e91f9f2002b2 0.00 MB 1 0
88,656 88,656 000000000001f8be1b5536d6a70c22d0bb92f179f14f991a55c0ee2a6cecfeef 0.00 MB 1 0
88,655 88,655 00000000001bdea25e1b8f6a884c64dfa081d16858fcce386f8b0af855849d0f 0.00 MB 1 0
88,654 88,654 000000000000738316b539713bfaa050f3ab9cc7c8ff212e6926a651f020d885 0.00 MB 2 0
88,653 88,653 0000000000062e8b7f1d188b2e212e04ecf63801a7578210da9872754dea5dd5 0.00 MB 1 0
88,652 88,652 00000000001a4251735a32ff52a569d97d64d8d1f0c538af381d8f0d6d8fb2a4 0.00 MB 1 0
88,651 88,651 000000000017d6aa5b6137b41069b272c42a87374ce32752124d93a4e3db8a3a 0.00 MB 2 0
88,650 88,650 00000000001daa20a8a21be3167a0a9600f0490f307cc2336b3db52de836a20f 0.01 MB 5 0
88,649 88,649 00000000000f214e82b18d8c2a2589d1ba58e73235879ca58caa9dc6c4f98ad6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.