Memory Pool Memory Pool Refreshing

4,187 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (697,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,468 210,468 00000000000004c24d7272b0c6c4211a54ba6c33ba3bda528b0da8a35b04e71d 0.01 MB 15 136
210,467 210,467 00000000000001de5a635c3ce6d54d91b554ecbb868894f9ecb96a0909533833 0.13 MB 276 209
210,466 210,466 00000000000003c30e2383a0e732e6ceccd472fb04516ac45896b37e18f285dd 0.03 MB 97 66
210,465 210,465 00000000000004a97b5d47c693371d18966cdc903371adc89c5d617f074d3037 0.06 MB 133 166
210,464 210,464 00000000000002c5b7772bfa61fce00ff08552cc75a3f53837b24333a7ace647 0.08 MB 198 165
210,463 210,463 00000000000001b0a2986c04b3aaf07a163e909cd734bb2286d8f75f7f78eac3 0.04 MB 109 78
210,462 210,462 0000000000000170281e3af05f3651560446510c574459d35afea6e609f63a6b 0.15 MB 324 190
210,461 210,461 000000000000038e1bb01f74edc046a99f78821348c84b9a6b1d348adc51be07 0.13 MB 344 190
210,460 210,460 0000000000000442a60bf7596d650ac6f097b5854224f689adf940eff3fcd6f0 0.00 MB 5 151
210,459 210,459 000000000000037c5fbafbbe4554fc73482bbd28ab54a85d8b9eefd3e383ec89 0.04 MB 46 72
210,458 210,458 000000000000037188b70a6394c86fb7209b415c3452ade0f3ad0d3dbe106dcf 0.12 MB 314 182
210,457 210,457 00000000000004a7c04e7623732d0b4d75ee1904be0eeb9b6c88c66a2a64f43b 0.05 MB 129 277
210,456 210,456 000000000000010730037e22284c853363c9840b93ad3074b04528e4285f8bcf 0.04 MB 74 394
210,455 210,455 000000000000045b56cee6d82cdf64b8022fadb23c26a1ee504b960407ec3c73 0.10 MB 200 149
210,454 210,454 00000000000004ac8d601df88c57a5d90d7da2e0434a404116c491dd08843678 0.01 MB 35 1,099
210,453 210,453 0000000000000247a1309e09a372e9f60e0ea98892705a95e236d3fb0110950a 0.02 MB 36 156
210,452 210,452 00000000000001e667566a307b72cfb16e0119c485daefe42a9e4ac29f9a9fdf 0.05 MB 133 145
210,451 210,451 000000000000049eb435392e231e26ee59582403baf33475f9396f7980ce59fe 0.02 MB 63 145
210,450 210,450 000000000000025d203276807989337fc3f34bf7f3a0c5306a971f1638b658cb 0.15 MB 282 125
210,449 210,449 0000000000000485d57f85ec6403625344caa9bb2df7b27857ab25258803a17d 0.10 MB 192 168
210,448 210,448 00000000000002de13dca033f78298fd04fda426ffdf6be9a22e39254edb610e 0.02 MB 62 91
Previous 10 blocks ↓
Total Size: 769.46 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,646.23 GB sent, 95.27 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.