Memory Pool Memory Pool Refreshing

656 transactions
20.84 vMB
Show Random Selection Loading Transactions
Max Size: 83/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,321 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 445 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (811,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,925 96,925 000000000004f7429da045b8d7b86e0957ff0dd828b1bc30ca8605b85e6ceea9 0.01 MB 4 0
96,924 96,924 0000000000048d6d9dd489021fd77ab60cfd5b4cd7c01a563b0c28810201a29e 0.00 MB 1 0
96,923 96,923 000000000000b99999411e67db2e6e9150c6b9ee53a4a5ad2eac3d84566161a1 0.00 MB 3 0
96,922 96,922 000000000004b45e9f60aa221423a5758160bf7cdddf077324b9e2ca151662bc 0.00 MB 1 0
96,921 96,921 000000000002c50fc5a9cb0cc8245ee3b32e7d5a9ca3e371286c2e720fc3cd75 0.00 MB 3 0
96,920 96,920 000000000000f7fbf36486ffea367b2e2b00e587e3ce3a466125842b0ab95a22 0.00 MB 3 0
96,919 96,919 000000000003d6048e977a6eb1ace3d9b6f33f31609751685af9d8cd691afe69 0.00 MB 2 0
96,918 96,918 0000000000045d76a50be7e31bd7238cbbe26b835c05330d095b4651f3be94ef 0.00 MB 1 0
96,917 96,917 0000000000002c7bc2cff55fa2cf40a0ec8a6482a8f99e06482a09ef3bcc222c 0.00 MB 1 0
96,916 96,916 00000000000441e8408f7f87de4d52ad516cdb2b99db3ffec585bae6678e7a32 0.00 MB 1 0
96,915 96,915 0000000000003eb2077f02249ccb723604a4b8bdd290984f8e708b86cb0193d0 0.00 MB 1 0
96,914 96,914 0000000000028f64567659bf180df69e3f940bb31727a94aa0b09dbfa32a210f 0.00 MB 3 0
96,913 96,913 000000000000878a0c4513f7e30806ed3efba947166dd144ef6f5fffdd1026ee 0.00 MB 2 0
96,912 96,912 0000000000023d5545271a42528798ebb9b14a1ee0ac6c01f22b45f1e07cfb71 0.00 MB 4 0
96,911 96,911 00000000000014ae5f893cf9782fbba4a8b72d82e2b18286f2dab89e7bfc3543 0.00 MB 1 0
96,910 96,910 00000000000023d242deb1c52bfaf23762ecf5e0a4d1bf7d3bb20d835fd97896 0.00 MB 1 0
96,909 96,909 0000000000050803773108cdc514ada34bf62aa412f1b05a65fe0874a8b422e5 0.00 MB 2 0
96,908 96,908 00000000000028a6fcdeeab9743f600b0f0da39e573b36fa8c99e0808d750021 0.00 MB 6 0
96,907 96,907 0000000000034663789d22aef732a39ca67da9f5eb959632220afcea38ca61de 0.00 MB 5 0
96,906 96,906 0000000000018b1ccfdf1cbde703279ef2b32fb7a97b17fbf7962a639723741f 0.00 MB 3 0
96,905 96,905 00000000000294160c16fc539a2281da7d10c6c49dabd434c604aee83ae80325 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.24 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,701.05 GB sent, 98.64 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.