Memory Pool Memory Pool Refreshing

3,561 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,504 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (801,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,046 106,046 000000000002481da6017f74db71a8eae5b84eb1cf2b3367399b8898ff7b1b6a 0.00 MB 6 0
106,045 106,045 0000000000025cdb067682541162c81f9ae41286691c59426d6bf69fecfe99a3 0.00 MB 1 0
106,044 106,044 000000000000ce5e0ca6f6a087b600b80c2a55c57b888648941ebfd9baeb2e41 0.00 MB 2 0
106,043 106,043 000000000001fe173c7cc1eb65a2f32a85b21ec7873d4ee3febfa49189f43443 0.00 MB 7 525
106,042 106,042 00000000000124a65dfaf7664269fa522869e6027b2ce594f5c8b6490d8bfe17 0.00 MB 1 0
106,041 106,041 00000000000034137a9aff8f0a9658f6e1cfb3943c86b02bc560f6229b678945 0.00 MB 2 0
106,040 106,040 000000000002d97d32a90d18a874cc3ec43040447c0ec9a2bfedc99cc6b97cce 0.00 MB 3 0
106,039 106,039 000000000001b70a6f80213e4ee1b30298fd540577926d772e75c0dbd68c4087 0.00 MB 1 0
106,038 106,038 000000000001e4087f999b0d15e8ce4af1fec41739f5b4dfe0aec30966a63408 0.00 MB 4 0
106,037 106,037 000000000000f618616e7d8fae30130ebbe117d7c6481daee8f5c86c07cd003a 0.00 MB 2 0
106,036 106,036 0000000000019dc98091527172a08cc2b3f105b9b9cdf40aeafe6a384b6c6f83 0.00 MB 6 0
106,035 106,035 000000000000a7ab7a7438f4589783f99e1eab6923ce6ff660b07cb6b40cb34f 0.00 MB 3 0
106,034 106,034 0000000000010e369779bc00cdaa5112ac9e89e68d6d79a652c5d13b315f0e83 0.00 MB 1 0
106,033 106,033 000000000002dbc39eb0115e7e755811438e3c9a8aeb08464127b8e1cf20e5f7 0.00 MB 1 0
106,032 106,032 0000000000002a540405d0d1f47eebc2efc16f0f2e3edbdf54d8082512228d09 0.00 MB 2 22,321
106,031 106,031 000000000000f592c9af3bd7d1bacb2866be3484f0254de5d448218e297a6c06 0.00 MB 5 0
106,030 106,030 000000000000190ec702b35c965326150b67960c5f946af910c4a6039780a41a 0.00 MB 6 0
106,029 106,029 000000000000da65cf4d53099148e066c73548aada1fb089c1498c293ba923bb 0.00 MB 1 0
106,028 106,028 000000000000c5a65a81cc5eca15b21990be43d1456195107e7d9f316c837c40 0.00 MB 1 0
106,027 106,027 000000000001db2c31b20a60a23172a99cb84656ac0bf99b8e60f7a7e885f380 0.00 MB 3 0
106,026 106,026 0000000000001bc4e06f86391bbdbc46f94199271f4459c09686e1304fcb8513 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.