Memory Pool Memory Pool Refreshing

872 transactions (0.22 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,136 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,135 (438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,697 908,697 000000000000000000007802c7d0b12addbfa4f7e2f5fb1e5c15773f5478f0dd 2.16 MB 3,173 3
908,696 908,696 00000000000000000000da90317eb0eaa797f3f6537d75a85e2bbdf7d135b9f8 1.63 MB 3,590 1
908,695 908,695 00000000000000000000060b2133e3bb08d278608123324a38f58b07e231c854 1.64 MB 2,921 2
908,694 908,694 00000000000000000000f42eb436bcd38d358d930f6d662ee1c144d353a931ed 2.03 MB 2,613 3
908,693 908,693 00000000000000000001ec649f41576af9e6d54ba5198e3968f8b337fd70a41c 1.83 MB 3,010 4
908,692 908,692 00000000000000000001694497b924e54f03667acb9e239ab2885bc41c867dd8 2.00 MB 3,739 5
908,691 908,691 00000000000000000001d02962dcf0e667d7ee2feea71932f21c3c10b777eba2 1.81 MB 1,901 2
908,690 908,690 00000000000000000000ac27dc53eb1ae90a859437ee265b2e44269b15655640 2.09 MB 2,925 4
908,689 908,689 00000000000000000001c6454db75f21334d9df2846866c11791ada70aa466b3 2.21 MB 2,331 3
908,688 908,688 0000000000000000000108bd4cc84519cf3a3da111d75c58630d22f107bc42a5 2.21 MB 2,673 2
908,687 908,687 00000000000000000001809397cd13749001d0b14a6ab056c564dad665723242 2.24 MB 2,441 2
908,686 908,686 00000000000000000001ff836520abb0e3403c5547c29e3bf7f2c622251cdb75 2.07 MB 2,930 4
908,685 908,685 00000000000000000000ee7a2aa06dd2c69d580e8cd213d6acf56e139402430e 2.23 MB 2,711 3
908,684 908,684 00000000000000000000f9868d1e3468ad883b1c13ae574690c670aea2e0ae52 2.30 MB 2,459 3
908,683 908,683 00000000000000000000da04fc78d4c721d176d70b9dd3fbf1c0eeceedbc4d91 2.01 MB 937 1
908,682 908,682 000000000000000000004325943cb56d3105d111112ef012db95fc036bc5080a 2.35 MB 2,456 3
908,681 908,681 00000000000000000000d94277a7af11c1630e7c9d39dd1cfc461f30ddb0c171 2.15 MB 1,246 1
908,680 908,680 0000000000000000000060b27f16d58fa8124710cf3cea8b6f8f90fb8d17fa37 2.26 MB 1,194 1
908,679 908,679 00000000000000000000027e7c3cd7db7ed24f7ae15a7af1d144c4980de7d34b 1.94 MB 2,778 4
908,678 908,678 00000000000000000001b20fd416b4a6d2deff94d659db34b96d03c7574d1a93 1.90 MB 2,168 2
908,677 908,677 000000000000000000011e45827ac4c6aa3086b64fa9af94d608b43a2445f27b 2.17 MB 3,016 4
Previous 10 blocks ↓
Total Size: 771.79 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,951.40 GB sent, 106.57 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.