Memory Pool Memory Pool Refreshing

920 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 913 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (103,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,989 803,989 00000000000000000003f84211521440775bb7485a8ca006480014406a6bbc28 1.89 MB 5,342 6
803,988 803,988 00000000000000000004edb1d954c61f132eba17b2414839e5cee1d3b68eeb90 2.19 MB 3,138 6
803,987 803,987 00000000000000000002100f1202b80d305435b470c768314601e71993eab834 2.41 MB 4,754 6
803,986 803,986 000000000000000000052c98e9264840cda8960e4a53eebd3e74c1e816a74b38 1.71 MB 2,786 7
803,985 803,985 00000000000000000004f62358f40bb88d908c58fd8c13bf42fa70564889148b 2.03 MB 6,181 6
803,984 803,984 0000000000000000000138581c7c86aa7d8de49bce595a6ca246f919608bfcc9 1.72 MB 4,016 8
803,983 803,983 000000000000000000048704dcfe117f7e5accb620cf0796a0a819469bb40afc 1.91 MB 4,728 6
803,982 803,982 00000000000000000004834cd06005c8da7db2ba5d107a0c9f47c325452a5c27 1.70 MB 3,453 9
803,981 803,981 000000000000000000044f944d1fb15b817125935ba045ceec3459f0b1533add 2.00 MB 5,261 6
803,980 803,980 000000000000000000019d82fd03d13ea92e3fe3075f8cbc94a5238fc6c883ab 1.52 MB 3,241 6
803,979 803,979 0000000000000000000533575180eb28f99909bc17e646a37c9ed015d82c0080 1.50 MB 1,499 6
803,978 803,978 00000000000000000004bad733c3a52a3ba0687663bc1192c2605c5b88607e1f 2.04 MB 5,938 7
803,977 803,977 00000000000000000003259717fd1ae9a338cd32a4a2631853cfad1467a73ce3 1.80 MB 2,447 6
803,976 803,976 0000000000000000000387c2c72f54241b140d6826f6c16b67ad87c4d3ba8b6e 1.36 MB 1,173 9
803,975 803,975 00000000000000000005579fc32604971172af86480a06c286a029248e9a7784 1.34 MB 1,549 12
803,974 803,974 00000000000000000004a946eab934aabf238ccfe5d7957bf3c9b2323bdbcd56 1.96 MB 3,198 9
803,973 803,973 00000000000000000002a11896eeef54eb498b7769592ae7e3ed05378388f1c7 2.04 MB 4,991 7
803,972 803,972 0000000000000000000498a3ae1e89ded247d60cf4d74982fd6e07cffb5ea293 1.88 MB 2,090 7
803,971 803,971 00000000000000000005299be0fc708bc854a02891ee20a3189d385acec33cff 1.96 MB 4,074 7
803,970 803,970 00000000000000000000d6303ae068a5f1516a83f4f5cb615777506dfa063137 1.73 MB 1,963 9
803,969 803,969 00000000000000000003753b0c619cc59067bb62518e5f3b52a3818757f97105 1.31 MB 2,283 14
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.