Memory Pool Memory Pool Refreshing

6,697 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,999 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (874,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,393 34,393 000000003088110d598d8db3b4cfa78e66ec9b6c36f94f245fadb3467b4c8f06 0.00 MB 1 0
34,392 34,392 000000006f5559726b8467bb3a0ad82615906e601cedff113001e2b01a20e730 0.00 MB 1 0
34,391 34,391 000000006eec878f87494649ab1f004694189316a359db41e4f8823350c4d841 0.00 MB 1 0
34,390 34,390 000000003eb6006ee2c5016feb1e9ecb4c3338008db2b9d3a46f3f40c1ffa662 0.00 MB 1 0
34,389 34,389 0000000003b540d4358a6fbce36e7f329257103753c36a90b8172428a210dd27 0.00 MB 1 0
34,388 34,388 000000006e5bb0a1c598567179fd558af4caa1505d91a25e7fcc2c90d3494e29 0.00 MB 1 0
34,387 34,387 000000003361c745e468e015aeee292ff39c5b61f6413c03255a406fcff1cc42 0.00 MB 1 0
34,386 34,386 000000001480506781b60813032abb724573b01d4e2a5a894b194679cddccec5 0.00 MB 1 0
34,385 34,385 0000000076abf5a695837829b880f6777f93cedf709de011a4433157b062e4dd 0.00 MB 1 0
34,384 34,384 00000000962c0cdbf33b23d7d4ca73c2fb45083fac57bd797fcfb94d0612c052 0.00 MB 1 0
34,383 34,383 00000000bfcc6a974fd16e21c281d1def4631c7b5577e0e8b1c03c9a9c000af5 0.00 MB 1 0
34,382 34,382 000000005694f6b83d1adf64942bedc1f4cfb0248feeab69d496c62c9cbe5721 0.00 MB 1 0
34,381 34,381 000000000145420819a29ac0e4083685c2d5f02d0f13f7330d620c554aada509 0.00 MB 1 0
34,380 34,380 00000000b7b410c04b6b6344aa9b0a05843a69c46f84449a918e559e3e4650a9 0.00 MB 1 0
34,379 34,379 000000003ebdc418d2e3fa0ac9c39fb29d0491315df660aee110bb82a7589e2e 0.00 MB 1 0
34,378 34,378 000000004ff6a6fc70e32fa8a317a05df5956707234d848cf3379857f6bd4542 0.00 MB 1 0
34,377 34,377 000000008e644da08bea232f334b939533b78bfb6c34af9bc89c3b7e8d1e37b2 0.00 MB 1 0
34,376 34,376 000000002c313eb5efa56cb4db59a743702ebdbf691ac8a521e586f2c78ed245 0.00 MB 1 0
34,375 34,375 000000008116e3331a82dc6e1f62f6e6913e456f9d85a2c8efced4d1a89adf6e 0.00 MB 1 0
34,374 34,374 000000007bf5897f9ce43b66ab0bfae4305726734e9738cf9f6f57f8b3c478f4 0.00 MB 1 0
34,373 34,373 0000000003782affda7d0210ffde2136f9f9d0ca77b941a6dc63cda005759a2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.