Memory Pool Memory Pool Refreshing

6,058 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,872 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (56,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,691 851,691 0000000000000000000075c0fd7c84ce732e8a13d854f9e48055cf9329721fbc 1.67 MB 3,202 11
851,690 851,690 0000000000000000000044f1ad8e8fe636bf1b435902cf94963860b06fe97b4c 1.65 MB 3,011 12
851,689 851,689 00000000000000000001a2ffbee6b4eb54f2d1678b70ad8d4cade0c31bd59540 1.64 MB 4,775 9
851,688 851,688 000000000000000000001fd1e01d2d50aab4074c95776189b7b11971fa702d8d 1.70 MB 5,901 7
851,687 851,687 00000000000000000002d210780b4e3ac23d46a52440dee1b184a1e842fed1a4 1.47 MB 5,140 5
851,686 851,686 0000000000000000000085e0c4086222feacdf97435cf239d882743fdd445ce5 1.65 MB 6,083 7
851,685 851,685 000000000000000000007b5edc34d3b3b1da1e57316b46c9487db5e8c86fc344 1.67 MB 5,137 9
851,684 851,684 0000000000000000000026ab4f309ae3f7ae4deb8cf4e274bc9e29f6258a2f3c 1.60 MB 5,051 9
851,683 851,683 000000000000000000019cc792b9bf10c68229f2b2c977fbd069769ef0b24a8a 1.65 MB 6,375 7
851,682 851,682 00000000000000000000565707b4ccfa3617745292b28e97891b8ee79aed6d8d 1.68 MB 4,256 9
851,681 851,681 00000000000000000000517a6842f859d4b2935f6b6b1fc92bc572626f5a91f4 1.61 MB 4,657 8
851,680 851,680 000000000000000000003ce2d607b33d16674953b5aea37d222d7acb2917ece4 1.57 MB 6,591 7
851,679 851,679 0000000000000000000193ac10edf8bbd08e0b01a2cf6d9aa147e3cf1a96a803 1.63 MB 6,982 7
851,678 851,678 0000000000000000000043c6afbd46a6cfb97680732b9b367e21eaa313772298 1.67 MB 4,169 9
851,677 851,677 000000000000000000019853a1e939354efaf609639e98af8a172cfc1f1073f0 1.57 MB 4,832 9
851,676 851,676 000000000000000000024fd922aa0b9c91c2ef0a543ba9965dcb69636c52a26f 1.63 MB 5,214 9
851,675 851,675 0000000000000000000114d23852e2a2e3ea8b197d495916d3785af12f1ecfa4 1.81 MB 5,410 5
851,674 851,674 00000000000000000002ea594f846398c6d886a079fe865cd33a4067d04fa0cb 1.59 MB 3,615 10
851,673 851,673 000000000000000000012eec088bbae90787507dc2fa97ddffb51b8056a28921 1.57 MB 4,074 11
851,672 851,672 0000000000000000000271747e18be1c2f4f5203d57a28686fd895be6fdfd250 1.65 MB 6,629 7
851,671 851,671 000000000000000000019435061816d8a5db82178b1ccf6c04c0ee77ec465f22 1.73 MB 2,673 7
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.