Memory Pool Memory Pool Refreshing

963 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 936 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (68,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
839,358 839,358 0000000000000000000274441def58fee29e6dd0175802791734b0c3d658ce60 1.44 MB 3,533 139
839,357 839,357 000000000000000000013d5e43d5b8c5af3ded375738eb2d7f278c624500d494 1.41 MB 3,316 139
839,356 839,356 000000000000000000023da8545e12f983bfecdeec13788f027283c17230f587 1.42 MB 3,481 153
839,355 839,355 00000000000000000000cd05de04d21953323d0b4cb4d6e8fbacc0b26db69821 1.45 MB 3,590 143
839,354 839,354 000000000000000000005b6737daf3bf7438cd2c591d4a04d79ca7063b351535 1.51 MB 3,340 156
839,353 839,353 000000000000000000001153946c3d996263774efdab02fd08d9f4e326223834 1.45 MB 3,793 173
839,352 839,352 0000000000000000000116f2bdb7ac5ed1368fbbd6e3c6ee153439df957c52e9 1.48 MB 3,809 208
839,351 839,351 000000000000000000024672f2f190831b073c5121e75de2e756010f872cffcd 1.41 MB 3,026 143
839,350 839,350 000000000000000000026924c00410828bb93df90d7fcd9745e85143b926513d 1.49 MB 3,290 169
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.