Memory Pool Memory Pool Refreshing

13,734 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (696,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,930 210,930 00000000000000b08fbf0c0601cb91efed12cc2024cba6b54df616a79be12a21 0.33 MB 250 28
210,929 210,929 000000000000040baf544b4d1ee5030ced98a174afce2d72604c542f7a5c66c3 0.14 MB 304 150
210,928 210,928 00000000000002818c0735ce6d71b557cd8694108b6cd144888a610248af88fa 0.17 MB 512 235
210,927 210,927 000000000000004a5d9008e7294ee91f8fdb0545fc6bcd2363c91f3c41c90bdf 0.05 MB 138 10
210,926 210,926 00000000000003c46c45c113e48898732647af4cf0fda049030e10994913230b 0.11 MB 266 159
210,925 210,925 00000000000001532a0084451962984f6e562649e0e3bcdaa50d3bcc527ad8ff 0.00 MB 5 0
210,924 210,924 000000000000030b03509e5b9a00a1a1947478639949cdb67b664b95ec580579 0.01 MB 23 132
210,923 210,923 000000000000033f291edc175c396923b118d901b81a2e28ada5204fdf42ab30 0.16 MB 296 105
210,922 210,922 00000000000002c3374cbf9f0a1167795c4ef91dfed95501861d34d7bd0015f7 0.24 MB 548 153
210,921 210,921 000000000000031b3a57b2db078dcd58fe1e7e0fd271bf9934149fa52448b74e 0.25 MB 386 146
210,920 210,920 00000000000000242bc07c53d81653b89362d5926ff8cdb34fb786a2c6aac953 0.25 MB 525 165
210,919 210,919 000000000000011b92a9c9e2fc653e2c0e270b24fb1e5818e6292abccca8ca13 0.45 MB 1,309 211
210,918 210,918 00000000000001c132faa696e2ce469303ef96b921d36bb91ccd0e256a221d59 0.05 MB 124 159
210,917 210,917 000000000000008e69c20c833210a940e93d784ae0ac018ef9fc8b219178d49d 0.05 MB 98 88
210,916 210,916 000000000000018b90091c275695c4cdbf783c3843ea0ae8c1e71fae8978c51f 0.21 MB 409 174
210,915 210,915 00000000000001ed4f71d83e8bc17627091facf41a66cae4bf0815aab697cec0 0.05 MB 153 103
210,914 210,914 000000000000049c9d493d55053e6a3e5d7167ee55dc9d6f718a13458f63e8a8 0.05 MB 108 58
210,913 210,913 00000000000003b0e955a4570f6195e348ce8848b223d24a80d2cd8cd26edc72 0.13 MB 336 195
210,912 210,912 00000000000000ffa30e527b5a268927b0037782c666d969cc4fca46925aecd1 0.07 MB 140 141
210,911 210,911 0000000000000456dc112ed99128d964c5fcec7dd79c72319b24a5a7461764b9 0.07 MB 147 242
210,910 210,910 00000000000000732bc3eb4bec34f217ae71de7f6693cb8f545b45b3cbcd8caa 0.09 MB 234 189
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.