Memory Pool Memory Pool Refreshing

4,942 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,817 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (166,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,864 740,864 000000000000000000064d41b7a2032d35c4340045b738ef022151b15dd4eabf 0.27 MB 391 18
740,863 740,863 0000000000000000000033c6e002d0959e58ea98e30b731064b85e5e89daacb6 0.62 MB 931 17
740,862 740,862 000000000000000000014ca57c31d56f9ea1717ed6152012dbb026fa2a28ba70 0.21 MB 393 19
740,861 740,861 0000000000000000000175b41daa35ec66afe35fd965d51497d705512d0efd08 1.06 MB 1,440 18
740,860 740,860 0000000000000000000370b71164a375264a3a901fab130acce399dac822ee05 1.16 MB 609 8
740,859 740,859 00000000000000000007491a3b0647f45dbc711b130bd9e16792e1f4fa8c0f78 1.33 MB 1,825 25
740,858 740,858 00000000000000000003584186c315f25d9ad7464435df6eed214c3dea94b5bf 1.13 MB 1,994 19
740,857 740,857 00000000000000000007ad45759d0585d5a3d29283e876d72703b3d63812078b 0.72 MB 1,217 15
740,856 740,856 000000000000000000044208cd100cdbe20576d1fb23e36cda983e135cb94551 1.06 MB 1,512 14
740,855 740,855 00000000000000000002cfacccd870f3f6639beaa3e3d9b8f569218031693f7a 0.71 MB 349 2
740,854 740,854 00000000000000000002e475cce674e02664b0846a44f76f9b541d22099fdd1e 1.75 MB 520 2
740,853 740,853 0000000000000000000360809e58f5e6a3d2a38bea3f1c5c885c9304872a8983 1.78 MB 786 5
740,852 740,852 00000000000000000005499340ffc7925e00625dae49c5ea35db8f12905a9e8a 1.36 MB 230 2
740,851 740,851 0000000000000000000172b7eec9aa5e3d658987d7d746bb06e2ece634f380a7 1.43 MB 1,268 10
740,850 740,850 000000000000000000009149e0b64d0219a28b7e6f1301725594c04ed00f8c5d 1.46 MB 2,647 21
740,849 740,849 0000000000000000000360af7026e276c7603e114f5083c5b41fd65096cb678a 1.64 MB 1,234 7
740,848 740,848 00000000000000000006f59bfe7b9dde5370efeae25beea612d6b99fd04667a0 1.58 MB 2,112 9
740,847 740,847 00000000000000000008ef6416ab65d5a148d686b85fb8547a566f7d3a84e156 1.43 MB 2,106 20
740,846 740,846 00000000000000000001c1b415402210915852b20ff64e8f53aaa8fe4d087247 1.31 MB 1,709 20
740,845 740,845 000000000000000000022b7ba3b930a6519384990b9dfd72b6f582595573760d 1.44 MB 2,098 26
740,844 740,844 00000000000000000008730b0da66c7b33286f312aaf2fe7b3c893aba908fde7 1.68 MB 2,198 15
Previous 10 blocks ↓
Total Size: 769.21 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,634.50 GB sent, 94.00 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.