Memory Pool Memory Pool Refreshing

5,834 transactions
1.85 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 1.00 vMB 2,725 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (733,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,859 173,859 0000000000000339a504ef24489883d5f1f0b81ae290196945b6604e2ea7d6c0 0.02 MB 57 229
173,858 173,858 000000000000068dc823fc8fe18538db83bd723406f0a1a4123b0eb4f001b002 0.00 MB 9 654
173,857 173,857 0000000000000465ca9c482c404d57eaca224df804df23d8f479beafab6a92be 0.03 MB 111 62
173,856 173,856 000000000000071d329721f0f8c7ac70fc4d03cd866851ce863e4c5781687b5e 0.00 MB 1 0
173,855 173,855 00000000000009a995ebbaee1159b6d240c98ff78abcc4ad7a48a1034e995050 0.00 MB 11 0
173,854 173,854 000000000000090d8b0741e9ac7c49032785dc156dddfddb30e9464b7acd119d 0.02 MB 52 81
173,853 173,853 000000000000022358a3f68086712408a4eb5e44882ad0d80c8f1ef2727ae7ca 0.02 MB 45 161
173,852 173,852 0000000000000a2db1a1861dbf3f6e8d1922e218a44863cac04796c6b1349c94 0.00 MB 1 0
173,851 173,851 000000000000090003a143a91516b52800f15cb1e17324e7e2b204e275a39b8e 0.00 MB 6 0
173,850 173,850 000000000000041300e553c5a51abf6bfdc86c563558f6434c4548dba0808d0e 0.01 MB 12 44
173,849 173,849 00000000000001742cdccd7ae7fc5d851288f46e333dea693781342b574ac02f 0.01 MB 19 85
173,848 173,848 0000000000000516bda13e51d34a8f8a0c9e39ef12ba53f87ee8ad5a4b7f3255 0.01 MB 33 161
173,847 173,847 0000000000000472cf65a9ea659930c65aa1aa5e93090dde97c9d1256b891948 0.02 MB 48 237
173,846 173,846 00000000000005c0b7faf8bcb334183ba0aa49e8f728181c0e01d22fd96c432b 0.00 MB 1 0
173,845 173,845 0000000000000126c106c4952198920b436805c0629cb8ef52bca114beeb2510 0.03 MB 52 108
173,844 173,844 000000000000078036821f99125dac1f8c4257ce82764ba1801319a737e4d0a6 0.04 MB 142 22
173,843 173,843 00000000000008f65da25e1ae8189a75ee1ff502d78b70238e114572b1df9865 0.00 MB 1 0
173,842 173,842 000000000000028169a5196518518be15e02e2fc5666c854cb2b11b71850c0fe 0.02 MB 38 64
173,841 173,841 00000000000008f7d0bec147ae56214ee57f61203c62cf2d8fe13f3e3eb5e3c5 0.01 MB 29 70
173,840 173,840 00000000000005aebbccab7931304e4d83b532e0a35880eaad44d149dc518e80 0.01 MB 27 28
173,839 173,839 00000000000003080cacc182e8d2a1cc98378b649a3ced24cff4b4c81c6ab68f 0.01 MB 30 35
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.