Memory Pool Memory Pool Refreshing

2,722 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (195,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
711,977 711,977 0000000000000000000625e2905c0a6f8af567ad5f35c9e299256bea3118ac9f 1.46 MB 3,123 34
711,976 711,976 000000000000000000003d9060bbeb5e30f355e4f11153e1de9c292398f3ede2 1.59 MB 2,784 10
711,975 711,975 0000000000000000000b2e3d7d8197d9be4b8b43fdcea261d29169c187630e22 1.52 MB 2,818 12
711,974 711,974 000000000000000000087ddcd3e1bd7ce05890f18bf0eb05961e39f0f9d8d8e6 1.59 MB 2,659 11
711,973 711,973 0000000000000000000854066bcd4d35ad52742aee0b68be69f1d422d3cedb0e 1.80 MB 2,131 5
711,972 711,972 00000000000000000001ec835881944b545089dc1c8766a55599a17ad60d89fb 1.55 MB 2,412 18
711,971 711,971 00000000000000000009713c0ea99331ceb6bfe948cdc982710c1027cb32a32d 1.58 MB 2,755 3
711,970 711,970 000000000000000000008f209098eb306fa9f0ba98ac6ad28317e523f171be15 1.43 MB 3,347 3
711,969 711,969 00000000000000000000df8115cd890f212294ee649c41f97b5819da38a88165 1.47 MB 2,047 8
711,968 711,968 00000000000000000002048d11bdc32f1ab1b5d365d8570c5559451d58822f18 1.43 MB 3,166 9
711,967 711,967 00000000000000000008a6498783512ce1c11ede70e54b878023c978fed54b5c 1.53 MB 2,971 15
711,966 711,966 00000000000000000005ebd8142458c14ed657bb0d59d457e6b0e19f85705036 1.52 MB 2,428 22
711,965 711,965 000000000000000000002902cac7ad946284aaa9cf12d3428c9e68958f67227f 1.49 MB 3,636 9
711,964 711,964 00000000000000000003e1883b2b8fd61d557e8ff08f89bdec188544100cc447 1.57 MB 3,239 8
711,963 711,963 0000000000000000000a056cb2b8feaa0313ecc9659eb2aa29714659a0e5b66d 1.37 MB 3,528 34
711,962 711,962 00000000000000000009c4e42761077491c5f192687edc3e2e88d6f524f19b23 1.31 MB 2,461 11
711,961 711,961 000000000000000000067390bc324fa364c4ed03cc87771ccb08878d6750e386 1.57 MB 2,612 23
711,960 711,960 000000000000000000064459d00fab7197da138a56415fdaaf59f61901c345ef 1.18 MB 887 4
711,959 711,959 000000000000000000089143c0c9316191db9514f59277d8d50f048803e3471a 1.51 MB 2,098 8
711,958 711,958 00000000000000000001a0c6c71329b1a530af1f34612787ca9322ef2a1b2c2c 1.48 MB 3,268 10
711,957 711,957 00000000000000000005c6e73c359163ffa2219a07487e8db846a49200dc144a 1.45 MB 2,447 14
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.