Memory Pool Memory Pool Refreshing

3,518 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,518 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (11,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,339 896,339 00000000000000000000b066d7e985138b38e85a5ee6e4993530cd8da0b9bb45 1.56 MB 1,977 1
896,338 896,338 000000000000000000010481d78804abc633e80776d71e3a7b26f9af316bf359 1.72 MB 1,252 1
896,337 896,337 000000000000000000018c79254db46d39003406d650367b0840caaa5a1f36e8 1.59 MB 3,884 2
896,336 896,336 000000000000000000023aa96068b5a043477abe8eb423c15bcf72481f08ea21 1.52 MB 3,999 2
896,335 896,335 000000000000000000020f4e0c2902e2735a1b8d0ba40069da5d8db84c518ec3 1.62 MB 3,198 5
896,334 896,334 00000000000000000001a80ff6a5bb87b34bebeb81b9f4c4627aec8fcd0ca09e 1.66 MB 2,672 5
896,333 896,333 00000000000000000000fdc42844bc3188f7d3cb2600ed4b7094e196c3954009 0.01 MB 20 3
896,332 896,332 000000000000000000004096dc8e2874742ae541e854861be1fe7a2a9f82a983 1.63 MB 2,744 4
896,331 896,331 000000000000000000002de182a5be2a9af039f7d37e185a5c15850cb86710e2 0.03 MB 96 7
896,330 896,330 0000000000000000000134b87af3c24f8a255a36406df23abf940d636907433f 0.13 MB 278 6
896,329 896,329 000000000000000000020b008e301e3bbd6315cb42f5ea4b064e14efefdc58a2 0.38 MB 613 4
896,328 896,328 00000000000000000001055e6409e82fd67428173710dbbb4812c9105354e451 0.91 MB 2,193 3
896,327 896,327 000000000000000000013fab176dc8d8b8366e2205666b409598a37e64ff1a0b 1.26 MB 1,799 2
896,326 896,326 00000000000000000000461e603adb9922d2bddd6cc918db32e162153a779b4b 0.74 MB 1,415 2
896,325 896,325 000000000000000000001d186c0cda665c5ff909f3d1153183e3f8e2cd81812a 0.07 MB 238 1
896,324 896,324 000000000000000000005094328e96aab958a8398e2f08f7245035514349b7e3 1.69 MB 2,962 1
896,323 896,323 00000000000000000001738a86f921dc57788eaf9430207c9e4bd8c02ef84910 1.65 MB 2,222 2
896,322 896,322 0000000000000000000243af9a807eebb506159fd438cffe6255e2e537639f0b 1.64 MB 3,011 3
896,321 896,321 00000000000000000000988f05adfaafdfb9060478d516a73fd39d53e32b5c45 1.53 MB 3,418 3
896,320 896,320 000000000000000000016e10d8222bd420c8c42c05c0921e9fbd422f0b7dbee3 0.77 MB 1,523 2
896,319 896,319 00000000000000000001ff49fe60198fe232acee2227c14f5896dc9b55af5a69 1.22 MB 1,924 2
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.