Memory Pool Memory Pool Refreshing

4,179 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,179 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (68,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,379 839,379 00000000000000000002ab587d608a5c79f079df79ac5183b01506cceb3320cf 1.67 MB 3,440 113
839,378 839,378 0000000000000000000164104acd6772f89f9244729e0e044bcf21888e8510ad 1.57 MB 3,281 159
839,377 839,377 0000000000000000000206d62da38ef572b57e3b3243bf8ac1572377681c46d6 1.51 MB 3,419 102
839,376 839,376 000000000000000000003ee6c1af555c8f088412953f7f9753f7594eb9454046 1.74 MB 3,713 113
839,375 839,375 000000000000000000025a1ced0c57b00cd7097afbb2b9eade80dea188b25dba 1.56 MB 3,524 134
839,374 839,374 000000000000000000021bc3dc8c855ad4e547baa4c00ad32ccc1837d0da6f87 1.66 MB 3,237 152
839,373 839,373 00000000000000000002cf2ede6df6831f2cd8a21da009c2dcfc3c0caa7dbfbb 1.67 MB 3,924 165
839,372 839,372 00000000000000000002c59d2df65e91160ed10cbac19849cb8b63e6ff5ed8fd 1.61 MB 3,847 182
839,371 839,371 000000000000000000017903842f4d9062d2400b2e5eaf828ae13030c4f6ed4e 1.54 MB 3,622 189
839,370 839,370 0000000000000000000013ac5df98cbfe2ab0c7a14972b7593f0f72066004cde 1.55 MB 3,066 128
839,369 839,369 00000000000000000002f1c7770955748d95969f83cba2a1cd36704306b6399f 1.67 MB 2,931 145
839,368 839,368 00000000000000000001b16c81841e93520cc0cbf663f1ed0315ba81b6997538 1.80 MB 2,930 135
839,367 839,367 0000000000000000000150325b352c0498bd6b75f56e03974697bc507bdece07 1.65 MB 3,085 138
839,366 839,366 00000000000000000000143e2b76547b5979e2c1f8626efc421dec7c4e655664 1.71 MB 3,243 145
839,365 839,365 00000000000000000001f8354b548396852d255d80e4ce3880e85a537a20fd4f 1.45 MB 3,197 134
839,364 839,364 0000000000000000000129a95cda0bcb6e656e7b4a045f853bf19291a6e17980 1.49 MB 3,108 150
839,363 839,363 00000000000000000001de12cd0a553134e5e83b29244ad09feb1496aa6b3f36 1.46 MB 3,388 160
839,362 839,362 0000000000000000000239e7c785f3b30bf19eafffba6313715cab4fa2c48e86 1.42 MB 3,753 170
839,361 839,361 00000000000000000000773eecd1cb6252aaaadad4ee95e00963f4414c12542a 1.43 MB 3,564 123
839,360 839,360 0000000000000000000183cdf42b03c0e40176e7b8495aebc24d7342219d8d84 1.49 MB 3,512 131
839,359 839,359 00000000000000000002e44f19dd688c1498778018881163a40e8fd4602fbb32 1.45 MB 3,608 161
Previous 10 blocks ↓
Total Size: 769.22 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.68 GB sent, 94.05 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.