Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,310 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (685,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,695 222,695 0000000000000347edc47e8ca2ae86695e528e57b526598b9edaac2759c9800e 0.13 MB 250 120
222,694 222,694 00000000000004463d91f1e6b58c18ab90e4410053e2f2aebeca4413d3e46b52 0.07 MB 152 127
222,693 222,693 00000000000001ef2f61ad16a85d1f2589e07f442762faa623f17da587468517 0.25 MB 398 130
222,692 222,692 00000000000002323fa1359645f9c26ec005792f9d463faa55931f32cde12020 0.25 MB 850 655
222,691 222,691 00000000000000c1ca4caabfcf49f5855714f67dbde035572748d20663387471 0.20 MB 452 201
222,690 222,690 0000000000000364190fa2a9a9e56f5a2f0960a8d852ab92c9f794ec846e6c95 0.09 MB 186 151
222,689 222,689 000000000000023a8ad8468e91dba710a72b8b18657bea0e6ffedde24bdb1dc4 0.12 MB 159 105
222,688 222,688 00000000000000edfc16b82cbd147978491869d6be7b6f9a78be1f53f0806f8e 0.17 MB 321 166
222,687 222,687 000000000000000375b7a73e18090455e5702febe28ac6a164aaf4a62c9e0781 0.24 MB 493 196
222,686 222,686 000000000000034b15337cfe02ec9333ccfd712891d9d7383344760f4f79718c 0.25 MB 523 185
222,685 222,685 00000000000000b9cc3345c6383845eda77d235e1336d8c271cd51384d677c14 0.13 MB 209 95
222,684 222,684 0000000000000430c03d43e0fb2226369500ab75b4a95519b815d0d01bc86c5a 0.05 MB 132 165
222,683 222,683 00000000000000d6876602cd029f2b73c59c2e67829893e69d383d62b6df5a3b 0.25 MB 656 229
222,682 222,682 0000000000000318915eece767a429c5ba12c00b9c07bfe5d30a90a2c9bfc1bc 0.25 MB 459 140
222,681 222,681 0000000000000300ff91c2c7c0a61d4c0d115d6a8506d223a06030079ebb6a8a 0.00 MB 13 250
222,680 222,680 000000000000039973c8b9a8b7c5a881536cb0983ccaf24c16fa964d0f1a1267 0.25 MB 606 226
222,679 222,679 00000000000002efced072bc8f8c4d5eeb4d61abddbd815e44df4b707a4d101b 0.05 MB 69 89
222,678 222,678 00000000000001fea27fa935f627b83d08631ad23731838db1e143a48ee3a0f2 0.25 MB 623 212
222,677 222,677 00000000000001d18c42a51e7bb77d3173d4576383fecbd9247098f471b4e224 0.17 MB 399 193
222,676 222,676 00000000000000280538b331bb699b714474cd90302e183c722cbe7fbb8bf051 0.10 MB 244 189
222,675 222,675 0000000000000223ce0e7a190132952442851f1ed4cf98063195894ba8e96807 0.02 MB 62 252
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.