Memory Pool Memory Pool Refreshing

3,432 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (615,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,037 292,037 0000000000000000c2bf9f4012f91e81135b8d226d13b670558c2adb81768685 0.21 MB 409 39
292,036 292,036 0000000000000000302f96dc9dfe2cae9858870928feeda6a895a809a55139de 0.09 MB 223 42
292,035 292,035 0000000000000000d475c68d20650bcf902ed24f9f62d780926fbf6b887a2c8b 0.02 MB 23 8
292,034 292,034 00000000000000002d124d2181635147d5c8237b397d5fe2aff7304ec705e858 0.18 MB 343 41
292,033 292,033 0000000000000000a48841bd089c174a8139e4a797a14c91fc676aadf8738e52 0.03 MB 81 64
292,032 292,032 00000000000000009cf2742a68194ef021c1f5a27dce4ef73f40f7f2256a65f6 0.02 MB 44 38
292,031 292,031 00000000000000003a184a86c76b1f19bb7f77b099105339ad5eb30d810c746b 0.14 MB 273 31
292,030 292,030 00000000000000001e81364d89e3c329c5d226030a013e2ca169e812778dc132 0.05 MB 136 49
292,029 292,029 00000000000000006607227634253aa9bf6519237c45278758277b9b871c0c46 0.07 MB 219 51
292,028 292,028 00000000000000003b03708bbb57883411203d3a8729c6f5ab47ac15d9941e38 0.06 MB 154 36
292,027 292,027 00000000000000000ce503ddace42ea5353389b7e0c8f8e866ba100068576582 0.04 MB 91 7
292,026 292,026 00000000000000006bacb9cd4bba02c2d1fb254e50163730eee160fa713cd5ce 0.10 MB 248 39
292,025 292,025 00000000000000003026dc293ecbb042b1a15d8ab1687510a9d53f29e7238e68 0.18 MB 250 28
292,024 292,024 00000000000000004ec2a1559f34885461428318c8af06feb6ea712f44b02389 0.01 MB 17 27
292,023 292,023 000000000000000080c1f3e9cd694735bb2a640b9be7d3770eb7c964ce6f309f 0.07 MB 153 37
292,022 292,022 0000000000000001009f11e4c06efefbf30de67986de5a43c936f334ea9f1075 0.10 MB 89 4
292,021 292,021 00000000000000006a801d46844754bb629c68ddbe4a6503f52bfe6fd94e70c1 0.09 MB 242 49
292,020 292,020 0000000000000000c0913384476d585f6dc9a5aec65b0d8e5241342e2315299b 0.01 MB 32 33
292,019 292,019 00000000000000008b933d7c72bab7f38031e4aa7a4117229a97033ed7ca2be2 0.15 MB 343 49
292,018 292,018 00000000000000007a7af284d1f00691fa743d0c29de6af60a3739a8561eb8ef 0.07 MB 163 35
292,017 292,017 0000000000000000d40918c9b94547f3bc9e88261a0b2f1ed23e9849bb04467e 0.10 MB 233 31
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.