Memory Pool Memory Pool Refreshing

3,897 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 911 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,695 (863,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,502 45,502 000000002181c04f6ad5b68df3c94f98282558a80a341c96948821467038f372 0.00 MB 1 0
45,501 45,501 0000000023865139cb21217f815d3372d75a1ca61fffe5ce7866ef8b402bef7d 0.00 MB 1 0
45,500 45,500 0000000015144e5f4f4726ef79ce347841c0b928b9a9b8ad37979cebd1743995 0.00 MB 1 0
45,499 45,499 000000000dfbafe143cfd599787f8545e049d4db83b0866a6798c70c42b01e90 0.00 MB 1 0
45,498 45,498 00000000277a528eab2d5c2e6aecc73279098cdc4eb111ca5dcd64b012ffb025 0.00 MB 1 0
45,497 45,497 0000000033bc65284d3c870c565de5a51a046ea2eb957aafd34b965e8bb144ae 0.00 MB 1 0
45,496 45,496 000000001b89b78b3db0da5eaba8e3ffc209bb04e506e9f6bd459c81c2c08458 0.00 MB 1 0
45,495 45,495 00000000137bb81e09435becdb49a67991881bb411bb9113c0fc0a7b87c7c85f 0.00 MB 1 0
45,494 45,494 000000002d6a1f36ddbd54ce41c4d60e0fcc9791c9e89778408bbf2cb44cd135 0.00 MB 1 0
45,493 45,493 00000000120e97603f8b15b6b405e8bb4c16e971d7e6f1c9b55964ff20290919 0.00 MB 1 0
45,492 45,492 0000000028ddedd14762627857eb2bd5eeb23c99834cfb6116aa3181b72bb500 0.00 MB 1 0
45,491 45,491 0000000006d8cf50c93228821ceaf9b3cefbef673d6c397c91855f494bb1aa5a 0.00 MB 1 0
45,490 45,490 000000002f919c8756e555521041d9bacf62bf991c18d1ed43980158688a431f 0.00 MB 1 0
45,489 45,489 0000000004722a0a399df4554312f133e7d0fb941a07a869322a8f56ebc45df5 0.00 MB 1 0
45,488 45,488 000000000278256ab41e8740b9f9845cee14d3df9530d66a2780021f460bb3bd 0.00 MB 1 0
45,487 45,487 0000000029d7fa09af03e3ad718497cafc6d6664812df2afe140388661a61e24 0.00 MB 1 0
45,486 45,486 00000000245a688a72375402a8fbb082c937e9c167c5fc9f81eaa8a49d9364fb 0.00 MB 1 0
45,485 45,485 000000001f6230126c55db4509334f960455307000ae1dba0c53d9bcfbf5b903 0.00 MB 1 0
45,484 45,484 0000000023b06c4f759025ab3aa1528c781cd1a6fcea9e100c587ad64ca94afb 0.00 MB 1 0
45,483 45,483 00000000332b460c24a34492ec6a4b7bce021dc4070f15f37db8536370a73fef 0.00 MB 1 0
45,482 45,482 000000001ebb14833f655514e25313c610d44dc1f085959e544807e504f2528d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.25 GB sent, 101.93 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.