Memory Pool Memory Pool Refreshing

6,836 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,336 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (695,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,003 212,003 00000000000002117dd9bcc26da8e88b6cbae79c61b13014706c5204a7553abf 0.25 MB 656 4,397
212,002 212,002 000000000000011ab19d55c71a925ef7b74427388d234f7a2d65784440ad07b2 0.00 MB 8 109
212,001 212,001 00000000000004bd7804653f46d187cbc1dd55b9d3fc4285ab450b7175453a38 0.23 MB 487 114
212,000 212,000 00000000000003d906e4131c39f7655b72df40146d2967f5d75113a09610de61 0.19 MB 436 212
211,999 211,999 000000000000033001c45bea701d9adf2fb559badbcb5226dc7a986a3a925f6b 0.07 MB 179 176
211,998 211,998 00000000000001de5fdc69336bb7ca9e2c5f416353ff0a8addf909eb238bec57 0.23 MB 807 254
211,997 211,997 00000000000002fac8c736ede4ebaf67b73d3ef7295842fd2f24841b35b3c1ee 0.13 MB 256 567
211,996 211,996 0000000000000280689b7a7cd1436c59799b3090724c390ba49969d8230c6524 0.07 MB 198 175
211,995 211,995 000000000000037cfdf08443b71000dc4dd9a9b4ac521a22aa8488013826d031 0.11 MB 232 173
211,994 211,994 00000000000004edee7f74a5d6cf7f91c3a521dab538b6026e6add2c4723be6f 0.48 MB 436 70
211,993 211,993 0000000000000145b09de9d474677733d8b21200d70da23b92df95c29a00642e 0.25 MB 922 222
211,992 211,992 000000000000031f97008e7b46444eeb108cc75d59d0e800919bdd88009a68b3 0.43 MB 263 99
211,991 211,991 0000000000000016edcb83e4113e55c1bf814cd2173904608d7906518c6f4a9a 0.25 MB 150 67
211,990 211,990 00000000000003ce192eb67514b1081ee53f5c97baf0177468d82e457956aa98 0.25 MB 469 133
211,989 211,989 00000000000004c19a8f052179eaf6b2df46ac3b79487401533250b222eb4374 0.20 MB 567 197
211,988 211,988 000000000000012a527a309ddbd615b022106340126f31f1d1e1b6fd6ed0c800 0.25 MB 917 293
211,987 211,987 00000000000002cab182983cd96bb54b6fe8e0a8a59a0a4e092628b2a848ff87 0.05 MB 153 46
211,986 211,986 00000000000002648d3191da85211dd9e02a60741c3d14a4f44adb1c027f2b7f 0.15 MB 358 221
211,985 211,985 0000000000000483a93244438b564383ae587c2eadeb7a258bb530ac1618a8b0 0.25 MB 576 190
211,984 211,984 00000000000001c80831ee0adc486cca91313d6b3d1603bf8fa4c808cc4f3e1a 0.25 MB 439 217
211,983 211,983 00000000000000b4acf8db2aa02ab28669cf59705ad06403b958ebcd61b40408 0.08 MB 176 161
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.93 GB sent, 93.05 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.