Memory Pool Memory Pool Refreshing

73,011 transactions
27.77 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,764 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,995 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,763 (260,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,937 610,937 00000000000000000002b06bec4ebee9605fd04984961afef1ee12891e268de9 0.56 MB 1,316 14
610,936 610,936 00000000000000000010667401dfd5d8aaaceb3e585c7cd238149953a557943b 0.82 MB 1,965 7
610,935 610,935 00000000000000000004dfd5b6a2429bb0d187abcd1dba757dad96551454fe22 1.31 MB 2,306 9
610,934 610,934 0000000000000000000c7547da6456cf90bb1b554f7c9f501fd837bfcb514a5e 1.31 MB 2,541 20
610,933 610,933 00000000000000000002fc8f65e92791be9eb5dc28fa91f1770a0f068ba678d0 0.74 MB 1,495 15
610,932 610,932 00000000000000000005efdfc41b8865b99cf16b537294104fb75e6fc1a6001b 0.80 MB 2,122 11
610,931 610,931 000000000000000000010a681177669d082050b9e0265a628f9e6a30983a99a0 0.56 MB 1,125 9
610,930 610,930 0000000000000000001265ed013778fa6823bb292b09d3858f86d8339ed90084 1.33 MB 1,750 4
610,929 610,929 00000000000000000007b08aed055178a6e0a115a0c0f5071e63af89315afd72 1.39 MB 2,472 5
610,928 610,928 0000000000000000001340f0391e6850cd6a335655c0594b633223d14362be9e 1.26 MB 2,656 10
610,927 610,927 0000000000000000000f895a1843fa4756b53ee7635311222a4d22d2fd41966f 1.23 MB 3,144 6
610,926 610,926 00000000000000000012e5e0c915c74ffc5692fc6bb357361aa05702d793b888 1.59 MB 1,993 19
610,925 610,925 00000000000000000003c68a2ed727e33b7eb798bb13f8c9aad1461b8bbc6e35 1.29 MB 2,321 4
610,924 610,924 00000000000000000001a7958b7a802d1f20df60607f343512431891070f5eac 1.27 MB 2,639 12
610,923 610,923 00000000000000000005ef9f92e74981cd618988a506606f868c84b380503ec0 1.34 MB 2,494 20
610,922 610,922 00000000000000000013079d3fc0599020e4b9015936a23ff2986bcd47c330b0 1.25 MB 2,747 44
610,921 610,921 00000000000000000003f5975c66cdf0b2c2f8a57586e2d4ee2e9e974e554a32 0.21 MB 470 4
610,920 610,920 0000000000000000000909c60872147cd52c77c05e0ea7d6326062ef4c076977 1.30 MB 3,222 14
610,919 610,919 00000000000000000012a5d5e92d0f9fd0311ef0bda9aaaa3479f502df2432d0 0.30 MB 678 13
610,918 610,918 0000000000000000000d85be177fef109610e11ca789965a8f6288717a75da5f 0.57 MB 1,526 9
610,917 610,917 000000000000000000101fb76334a163cdcda7d571ce80fdecb30b14595111c7 0.97 MB 1,881 9
Previous 10 blocks ↓
Total Size: 702.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,559.97 GB sent, 229.77 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.