Memory Pool Memory Pool Refreshing

2,452 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,623 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (834,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,548 74,548 000000000061ce9798bb39d6e8bc74a7da78eb8626aaa637787cdbb0684b34ab 0.00 MB 2 0
74,547 74,547 0000000000866d20b204c1fe38c64dc9e6e07c72935d47189db035a70648df3c 0.00 MB 1 0
74,546 74,546 000000000058c8391d2534c9d0e6b8502e2a8b9d056f3c5918a6364617435f61 0.00 MB 1 0
74,545 74,545 0000000000235410e27d39ed5dee337bd48bd8b31e29a429158aeae84a9e3450 0.00 MB 1 0
74,544 74,544 0000000000b2eee2e12bc4f0a520a89a62c4f07acee60a4dff7a0a4ee86963b1 0.00 MB 1 0
74,543 74,543 000000000059e526d9f15ba13b2465580688f0609dde00854ab4a0ec4f6292e4 0.00 MB 4 0
74,542 74,542 0000000000473f7794bd3237af278d9eb535f9cabb5e618217986bcee079c62f 0.00 MB 2 0
74,541 74,541 00000000004e5951f63de60959c32df0f6fb3d344ed022354889f34118b70f5f 0.00 MB 1 0
74,540 74,540 0000000000064ee02e44450d109447e4499fbbae31ac0089cfd7f7458378249d 0.00 MB 1 0
74,539 74,539 00000000004baf5db92685b56c2a295344ada317bb7d5b4cc3b299218a70467e 0.00 MB 1 0
74,538 74,538 0000000000832fd72dbf589277f850398b658432fb794830312c3ea5b91240cf 0.00 MB 1 0
74,537 74,537 0000000000007866311bf246a000910a4893eaa10632e25a15f9330d416456c4 0.00 MB 1 0
74,536 74,536 000000000002df744b5cbc6b53726fe0cc3a083133704e9010b087ad9c75479a 0.00 MB 2 0
74,535 74,535 00000000006a83c4e288d45f76b312c251b09db09fab0b9500cdd36f5c436ec4 0.00 MB 2 0
74,534 74,534 0000000000974a625ecec9e994c93a177fa77936ced381658de3e1bafc06cd89 0.00 MB 1 0
74,533 74,533 000000000000ad53b6cb228824db10e725c19b8e8ead162b68d373c5a8699e1c 0.00 MB 2 0
74,532 74,532 000000000057cff6162e47c1f415d7c91e34657e2d64021b095cf9bd3ec74abc 0.00 MB 1 0
74,531 74,531 000000000085e5893a23822b3d7fda504b72609eba4f6f272a0aa907458c40ad 0.00 MB 1 0
74,530 74,530 00000000003d932a96b406b5e183b7a4a88ce161d2ea59a138915122e00536d4 0.00 MB 1 0
74,529 74,529 00000000008a720668ec95269bf332fa9f2bb58946d875fa147a8d8692f0d879 0.00 MB 1 0
74,528 74,528 000000000057f93146f264e658989e7cd7ea67b9784e5f1d1bea804e004cd51e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.19 GB sent, 101.21 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.