Memory Pool Memory Pool Refreshing

1,958 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.70 vMB 1,951 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (608,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,967 298,967 00000000000000001c494efd869f231fa0398ffad8860eef78ac5ea8a6682348 0.35 MB 698 38
298,966 298,966 00000000000000005a202d56eb9fac05683221e78a999b4d76e9cf5c6f66c355 0.19 MB 350 29
298,965 298,965 0000000000000000381c04b4650c57eeec7c3f2c2216ad73146acbcbc5e50e2c 0.62 MB 999 37
298,964 298,964 00000000000000006ebc0d7d4c14e33e6f09fa13b51b8c1fcd7d08b353128cfe 0.57 MB 1,218 34
298,963 298,963 0000000000000000460b89374ff225a40d681c58631e66cf004f6a24cc7e9fd4 0.42 MB 734 38
298,962 298,962 0000000000000000436b1a0d931e2ab307790bac2eedddfb339eb266a8de9b9e 0.16 MB 300 30
298,961 298,961 000000000000000001ab28aa134567ce9b0fbb43e4ebfe3089c9e32f39dc271c 0.33 MB 190 14
298,960 298,960 0000000000000000335be78efd96ab7ebf08dec0ae31011f20129d3ba5f3d4db 0.25 MB 625 41
298,959 298,959 00000000000000005af8c9fbb48f233b3541854267beae88da338e142a78e64a 0.35 MB 951 43
298,958 298,958 00000000000000005089150c06e131611427fb9325a51a7e869be37232dd037c 0.35 MB 855 40
298,957 298,957 00000000000000000f64c002b7ffd190b0414d5ad0f802238d067ecc642b811a 0.13 MB 281 38
298,956 298,956 00000000000000002334bae29e82c1d40117d933337bef84b4b26b76c8566385 0.25 MB 506 35
298,955 298,955 00000000000000003fd8b85361b838a5753ec723c45cf531138ba63e369f5324 0.16 MB 374 32
298,954 298,954 00000000000000001d71b05177f030ea9fe7133e249282c64879149e59e490e8 0.30 MB 535 34
298,953 298,953 000000000000000011b133a45a1debdad1e835ac501579a34ffa63a177fe923e 0.35 MB 816 36
298,952 298,952 00000000000000003a23de8686cac5a2426dfede4e40520e503026b552f71cd7 0.24 MB 498 34
298,951 298,951 0000000000000000006c0ee2a7616e0a1df2d024005e0e01c421b35233bc5b27 0.23 MB 316 35
298,950 298,950 000000000000000076e54dc91386ce6032d0d00a5b4b07b25af94d588f7782d0 0.31 MB 331 20
298,949 298,949 000000000000000004133dd9224f57234d618852a4f7037b8c1c41aa2da442cc 0.35 MB 845 38
298,948 298,948 00000000000000001b3aa3924022e7ba3c8c89fdc8757cd807f68ec23f2e1c5f 0.02 MB 32 30
298,947 298,947 000000000000000027803cd480e97cd212b245efb12146b343136d8bfc192687 0.05 MB 116 38
Previous 10 blocks ↓
Total Size: 769.11 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,629.43 GB sent, 93.43 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.