Memory Pool Memory Pool Refreshing

6,413 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (696,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,339 211,339 00000000000003cdc2871bef0679d9d26fa40ef9dc6459394e5add4ccb45a9c1 0.07 MB 157 142
211,338 211,338 00000000000000d664a44e56ab64fa4f621a499e409316a39fd796378f8d7be0 0.07 MB 110 114
211,337 211,337 00000000000003004add533adf08f1239e066cc7df4a97e96dd887323d29365c 0.15 MB 313 185
211,336 211,336 000000000000003cd927803c0ecb3933f47dcc00de6a2d4934294a8645a41420 0.01 MB 34 125
211,335 211,335 000000000000015058528dcc4a0355864366f0ef8f0049acff779c7aeef18198 0.02 MB 42 90
211,334 211,334 000000000000049379966ecd3bc4b98857d57f6f9a58ef5850a01d1ef480e29b 0.00 MB 8 153
211,333 211,333 000000000000031eab145b343fdde1fdc31f88f78c27092021e691c1b453a139 0.09 MB 178 401
211,332 211,332 0000000000000267507a219823ba0263124a7af5a5b862efc0c1785588736ffa 0.02 MB 48 160
211,331 211,331 000000000000026af7a35e2b3f3cb0b41bd4f2f16c702b8871c8ede7313aed4c 0.10 MB 238 171
211,330 211,330 00000000000004b52cd0d1fee5d45d4d2a28104e746c5e5b7879d6f84f197c0c 0.06 MB 109 143
211,329 211,329 00000000000002acfebaf5233e0847b850678f2361285758eca72ecab3eb6f36 0.04 MB 104 160
211,328 211,328 00000000000002eea4bcc575a060371f808d959d1dc72c54b1d209da7df542a0 0.01 MB 15 317
211,327 211,327 00000000000002d14786889a6f89822da6c05bffc86713375510b434e8d59fa5 0.01 MB 41 151
211,326 211,326 0000000000000298c7a1af0e4e0357494febef121c2db23d9d65710a8ebb884f 0.10 MB 206 165
211,325 211,325 000000000000040a6fe29a953a368e98d81e7aedb51db2b69524689a9827c63c 0.05 MB 124 288
211,324 211,324 0000000000000099991a86b8373c7fd321fa25f562bc637a118fb6cdebc97373 0.05 MB 120 179
211,323 211,323 000000000000021924a43abc8607d2c4dc4865da04a46a5c728a5113027ddc1c 0.07 MB 174 157
211,322 211,322 000000000000010cdf6d2cb280bfc6d729dca903fdaa917cb895c0ab76b62fd9 0.00 MB 10 68
211,321 211,321 000000000000028f3579a104f7ccde0a60b11b75be01f686cc7de23f477e4892 0.02 MB 24 83
211,320 211,320 000000000000031ef8e0c27ea0f5d343bc848e56d112cb6528a7e7bee33bfdf3 0.02 MB 37 117
211,319 211,319 00000000000000cc47f87606df3c268bd20610dd94c0cc64ca0633f11b38fffe 0.05 MB 114 155
Previous 10 blocks ↓
Total Size: 768.97 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,615.69 GB sent, 92.68 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.