Memory Pool Memory Pool Refreshing

1,255 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,252 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (632,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,790 274,790 00000000000000011452d5b95bd7fcba16c1b7a1063673019a430deb5a671430 0.07 MB 28 7
274,789 274,789 0000000000000001aa7a03558e3418d76fdb99ef7d404c584709b454b64c09c2 0.06 MB 84 19
274,788 274,788 000000000000000477212fd9389142ec9ea88c1c50e1540dc927d6f6f2c087f3 0.22 MB 422 36
274,787 274,787 0000000000000004787486603380087264bf2276376ac7feec44790e2218bb34 0.44 MB 872 41
274,786 274,786 0000000000000002516b0c3597d65578a776ecf95a05915cc45d5c428e488003 0.15 MB 269 37
274,785 274,785 0000000000000003ccb236460744a6f46cbda32cce386c91873afd83506500c8 0.12 MB 106 20
274,784 274,784 0000000000000004131c0911a3f9185dbde481583cf1b3dfd33407e7290c7f40 0.25 MB 439 46
274,783 274,783 0000000000000000d8d720f3d7f4bd8c44d386f4a61575906899291601b5d9e0 0.03 MB 25 10
274,782 274,782 000000000000000353aeda93d6d26ca41abe66cf68f18bc7b171a9f4931c35e8 0.04 MB 92 46
274,781 274,781 0000000000000003f7ef013a5258dfc0657b5c64a7bccdd4ccec35d9b46ff8df 0.15 MB 118 10
274,780 274,780 000000000000000202bb1bc74c6ad8057f8b77e04a8d9a3fa96f86b641a923d0 0.17 MB 331 50
274,779 274,779 000000000000000131f466a730c0b1406be5ea8b9f517ad7d1db785a69e4bd7d 0.15 MB 162 19
274,778 274,778 0000000000000001541669cdb4ca8dfe62c79e0924ab6dde9d04673aa169da17 0.25 MB 379 29
274,777 274,777 0000000000000003f8e1fd58d0e6601059f9f22b541ed3e48ae1005aeb1c5925 0.03 MB 27 47
274,776 274,776 00000000000000032491eb09506598b286b0c3eca9133323aa8ee78385cef355 0.12 MB 270 119
274,775 274,775 0000000000000002d29dfdd27c85d746588de7943d1ed6b59f4eba858a992b2b 0.08 MB 108 21
274,774 274,774 000000000000000080cb009f8058920c953b64fc5e9d4b946f53655e780a8193 0.06 MB 51 8
274,773 274,773 0000000000000000554698ec46b381c4314c35d00838055eace89f9942a555b4 0.22 MB 451 98
274,772 274,772 0000000000000004a1ca7294e443741688173dc1cfe466d08c8614212ad8a87a 0.06 MB 27 6
274,771 274,771 0000000000000004a96778f636e293dd65d478c1e0426ed4bbeeda894771dcf8 0.10 MB 74 15
274,770 274,770 0000000000000001a25bb16e956c65b49196970ab429017e3578ca7d9b0ee730 0.08 MB 147 33
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.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.