Memory Pool Memory Pool Refreshing

7,120 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,513 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (591,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,703 316,703 000000000000000020155f4d1759d2f2a2171c36a65f6612b771374f75e3ba82 0.15 MB 313 31
316,702 316,702 00000000000000000fc896339f9b496b989f533022db596f0e886cb0982b09e4 0.05 MB 77 24
316,701 316,701 000000000000000026eb784e83b2816c3356b10088decfc53d6c227610949961 0.09 MB 125 21
316,700 316,700 000000000000000014a9f634b5b8c78e92cea2f190ab70ea9f00279befb87dad 0.40 MB 654 26
316,699 316,699 00000000000000001c3ca526c4c009a256a423a1dc329c98f2081cc0cac7dea6 0.02 MB 30 17
316,698 316,698 000000000000000026c68bd1590ad30462308bdfccd9ac4d4a8fbb092a78283e 0.31 MB 622 29
316,697 316,697 000000000000000024a5854861bc7b390d41784ca8f2281e3ca60d6ea41ae03c 0.34 MB 430 19
316,696 316,696 00000000000000001ab274e7f5b7605392cd5545f89ad13c1f9724ef784002a3 0.35 MB 784 35
316,695 316,695 0000000000000000105e43d3721802e8799ae33a2f940123a1f500de53fc0a53 0.93 MB 1,746 33
316,694 316,694 00000000000000002c54efc91a9c88f030ac8be8b07ccce1fd743769fcee0d7b 0.04 MB 48 26
316,693 316,693 000000000000000005aa1d36c3fc6e722fd78e10419cd839d6fc05d0a4d37d43 0.15 MB 292 31
316,692 316,692 0000000000000000260901f9988f1739adcaf2a861aa4cfbbc203e6d96504c85 0.19 MB 425 28
316,691 316,691 00000000000000002736f3df5dc6f939806df0906854aec43f2184513a236ddf 0.56 MB 940 28
316,690 316,690 000000000000000002f33c39aa1ea483dc598a2bb8213ce8445d59d9c0a719aa 0.27 MB 351 23
316,689 316,689 00000000000000001adb5eea33240377f91ef65e7223736426811f3c1e77555f 0.14 MB 313 35
316,688 316,688 000000000000000012f0eaeea27f1726b258b10f521190cf37a3a00645ef9788 0.20 MB 349 27
316,687 316,687 00000000000000002742177b39a215a6035c8cf9bd62d12af7d910f117d1dbbc 0.03 MB 65 32
316,686 316,686 0000000000000000268b2ed7ffbd6c985397eb86467fc00984880d42878b1f4e 0.14 MB 256 26
316,685 316,685 000000000000000029e986276f2e1740a7eb8b799381de0a59030e4869f6a3c7 0.06 MB 60 10
316,684 316,684 0000000000000000135fcec3f92e2b8f3b5c485def4bce419f04a767790331a0 0.21 MB 385 31
316,683 316,683 00000000000000001955554ab912bf1a14566da7cf7d5afc46e3216fc190f6d3 0.34 MB 691 30
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.