Memory Pool Memory Pool Refreshing

5,087 transactions
2.07 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
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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (57,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,165 850,165 00000000000000000001df2c39ed9624bc0a21d017f9b6e07e7e7098bc9795aa 1.49 MB 5,648 8
850,164 850,164 00000000000000000002591cdc6d8f0f2184820a47bc34adeab4e44dd4903789 1.68 MB 6,090 8
850,163 850,163 00000000000000000000f222b405f1b37ae3bd2d700b30403e731f8267d9759c 1.58 MB 4,690 11
850,162 850,162 0000000000000000000170de40f52b55c154f620d08980e961811ebb55178871 1.68 MB 6,070 10
850,161 850,161 00000000000000000002c48fd666a5d6baa58403c762d1fb7f5ec84bae3a6999 1.62 MB 4,765 12
850,160 850,160 00000000000000000003365795ccc2db115984b285a5beee5b6926bba3a37249 1.55 MB 5,062 10
850,159 850,159 0000000000000000000175528feab7893567286d65c9703121c8b58ab573a8fa 1.65 MB 5,619 9
850,158 850,158 000000000000000000016d0633c0dfb0ca8a1bad10380a7ff466e2a16651021a 1.65 MB 4,494 8
850,157 850,157 00000000000000000001e90fa4f29f47361934fe6028a742ab86596d72065f1f 1.65 MB 2,908 13
850,156 850,156 0000000000000000000255ca51d2e5b99a50d92a8d26a920373692dc1455aa58 1.52 MB 2,688 11
850,155 850,155 0000000000000000000335c5e65bcae4d670bed156a8f9acbac9da29b670072d 1.52 MB 2,869 18
850,154 850,154 00000000000000000002e8372d66e6863c93ffe84aa54834f413c36a4fa08414 1.60 MB 5,743 9
850,153 850,153 000000000000000000011ab6285648790346dcb1801398c0a41cbc259d9ed61d 1.52 MB 5,045 7
850,152 850,152 00000000000000000000f0965dd417391276f0d058c7bc0485497662df4d2e87 1.49 MB 4,981 9
850,151 850,151 000000000000000000015d3d35005c50396aed0feb705ebc42a56ff99a686461 1.45 MB 2,087 10
850,150 850,150 00000000000000000000d7e90106569804c295b7707fcd29704ee50d7b090e38 1.52 MB 4,413 9
850,149 850,149 00000000000000000001c7441cbaed98cc266919b5bc2e7237db258c1356a7a5 1.63 MB 5,084 8
850,148 850,148 000000000000000000006ee8fdad7e24aa10ccd4ccc98e2a6ae94b1a5e7f0678 1.54 MB 3,562 15
850,147 850,147 00000000000000000002288a332ff51e0a245512a7654c35081b00a48a0a1f5d 1.65 MB 4,686 9
850,146 850,146 0000000000000000000209b44b1c518e3f27d17bc0c3cf781146340c85779f18 1.54 MB 3,515 10
850,145 850,145 00000000000000000000c80405ffc377c122e1bc2239c87bb4cd230dfc4a27e3 1.59 MB 3,028 12
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.