Memory Pool Memory Pool Refreshing

8,009 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (664,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,871 242,871 00000000000000b85cdb8a3078cbb5fad35a0ce64972450fb2b6d6830eeab92a 0.04 MB 93 317
242,870 242,870 00000000000000185d9de478b4494121b468cbd6c18935385ab061ea2a24a9bf 0.09 MB 203 460
242,869 242,869 00000000000000591fe16a63e16365c0a30c451be2a94c9bd7265395b1f8b359 0.10 MB 128 38
242,868 242,868 000000000000008adc2d45a72ad58b555b13c0e6c1dc9ad638387a4950e4b7e4 0.21 MB 540 319
242,867 242,867 0000000000000021b932cc84184b327a934333a6a29c7853281ff652aaf0e02d 0.24 MB 588 244
242,866 242,866 0000000000000012186957f44391094f3a62a86349aa876f4811172835f9d490 0.01 MB 17 103
242,865 242,865 0000000000000052ac96a4ba9468d3d76cb1eaf8d7b2e4ddccd899308dec1eb5 0.07 MB 156 343
242,864 242,864 00000000000000d82c60fd5445528ad560c53ebc1db823ef10703fc55f6bfc08 0.04 MB 69 99
242,863 242,863 0000000000000080814839fc8d01ccfc720beb03a03cfc3b26faae98a4d03c5d 0.04 MB 95 347
242,862 242,862 00000000000000b96eac57948c4a6a37d928a11ec2d9b0becd51f54015cd86a7 0.03 MB 89 344
242,861 242,861 000000000000004410915558119a79e178c79a3080d5611acecb6f6fca811e8d 0.07 MB 110 304
242,860 242,860 0000000000000010211c1d21c8aae123119cd93ba9c550a1aa413efbe456dba9 0.10 MB 197 302
242,859 242,859 00000000000000127deb528f112ef189f8628c66f8556fab7c9dd87b5cef881a 0.06 MB 144 172
242,858 242,858 0000000000000005e6adb9f4b7acba7da1a3f59904a50361155fea33df2bd618 0.17 MB 348 166
242,857 242,857 00000000000000295b9a170f8376e940e4ad2dace088c9a87a43ffd82c31a941 0.10 MB 336 538
242,856 242,856 0000000000000052cb83d360a5715d5463bf6c804f48ba21292b134b8db98a64 0.23 MB 512 103
242,855 242,855 0000000000000063bef9e22364548e9d3ea9654a9e255a4c5522874bfad3e620 0.03 MB 51 490
242,854 242,854 0000000000000024ceb4619fb556382eb2474da4a7fb9c3d1373a60d1bb0a5c7 0.09 MB 179 348
242,853 242,853 000000000000001f98e60051419b7b3dfacb50592094018ba5336ba2bff4531c 0.01 MB 18 400
242,852 242,852 00000000000000be8c7994b3f3b99ccca54ae625441e0d2f396df4d3c2090eec 0.16 MB 387 219
242,851 242,851 000000000000005b69b2ab51478ae976af800c7d3b2baa8837eb841d8b488016 0.07 MB 164 234
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.