Memory Pool Memory Pool Refreshing

5,614 transactions (1.96 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 6 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,958 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,957 (829,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,491 79,491 000000000003a481f762c74337c796d7859306501a496b667b45e6ca6b90fe8e 0.00 MB 2 0
79,490 79,490 00000000003641f3242a1f61599db543eb6488b7598fd266c044f5735baf8f31 0.00 MB 1 0
79,489 79,489 000000000018641497ac955fc150adf6f992e9d6345db6b7ea1bf726b6b4b2f1 0.00 MB 1 0
79,488 79,488 000000000030708b7627672f0ff31d5f0f378d5d30a8777e8224f29d5aa475e3 0.00 MB 1 0
79,487 79,487 0000000000578c9343c400daab9146b027f89421b872016db53799847a618f1b 0.00 MB 1 0
79,486 79,486 000000000001cfe54570104ba3f2e7cee981cc19ebb98774c0a80b4000460f4c 0.00 MB 3 0
79,485 79,485 00000000004c1a13b7bafb59a6fa98ad610b72d2e1e50cfa89a9d8faf14447f9 0.00 MB 7 0
79,484 79,484 00000000004e8e9d5fc6e0acbe7b1d41767c4d7083eaad049026219a1313c587 0.00 MB 6 0
79,483 79,483 00000000001cb5e397519d137b194728dad123672d746c2c1879d09d3d2bd7d0 0.00 MB 3 0
79,482 79,482 00000000002cce1f6443614d32272d06cd310cd9425cd1ed044d397978b8b868 0.01 MB 7 0
79,481 79,481 0000000000140a65dd3bbd4ed573e26dbc0b422dbab2e007adc897ae3cccc697 0.00 MB 1 0
79,480 79,480 000000000016650688632af69372d6e0ef660992222dedfb023bbd36a074d6d1 0.00 MB 16 0
79,479 79,479 0000000000485041f8af54c01e40da0b08deca64c4db38b32fefcd0e32882814 0.00 MB 1 0
79,478 79,478 0000000000450573559ac30856c4251f9eba2a2637a21037438ff589a993f218 0.00 MB 2 0
79,477 79,477 00000000005a123966d5c095db72dcce1bc8014c625e6e1120638db8ea023bc8 0.00 MB 2 0
79,476 79,476 00000000002fe2f57689a4ce8816d88fa629398832265ddebe53af32fad3df94 0.00 MB 1 0
79,475 79,475 00000000000323506461328bf6d42f5dfff074b0a00d56071bf7551ed5cca04b 0.00 MB 1 0
79,474 79,474 0000000000328a477ccff380ba0aee7e73ea64e56ef6cac8b0f3878623fc9731 0.00 MB 1 0
79,473 79,473 00000000004876c4a305e1d838cbd97fe2a84397ceee1c464c9c156c86eaa0df 0.00 MB 2 0
79,472 79,472 000000000023a246cc642d45fd4b4835d9f8d6779592fa5b3795afc39c7ece4c 0.01 MB 17 0
79,471 79,471 00000000004241b8d95684eb49a39f49834441578566676d469b01bb5d68f2fd 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.47 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,866.34 GB sent, 104.71 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.