Memory Pool Memory Pool Refreshing

20,963 transactions
29.17 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,668 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,667 (519,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
342,801 342,801 000000000000000010ff5502b6d6c4e0e8be0191823ecc1e7ace8e282f9a8e52 0.43 MB 804 30
342,800 342,800 00000000000000000530a695d6a35838c37a931a1e515aedd1acd0f4429bd11a 0.04 MB 128 38
342,799 342,799 0000000000000000047e971945a68360b1ced6467e1ea8faff8097b5caa2383c 0.26 MB 483 37
342,798 342,798 000000000000000000a9b949a780c2c279f1e430c424db7c84621e58e8ae6e4d 0.50 MB 938 26
342,797 342,797 00000000000000000e316c1bfa65180d9215ce09f315d7aca2a8fe29eb91e156 0.33 MB 669 25
342,796 342,796 00000000000000000a7f0d3e3e09550f3f600fe802005e335c70c31d4e130e5f 0.06 MB 105 19
342,795 342,795 00000000000000001364e23d9757ac8bca740b7c31a409434806addbb741b184 0.54 MB 633 19
342,794 342,794 000000000000000004e516a19c1606b777858cc7d03405f6e6b5607b239b385d 0.19 MB 188 16
342,793 342,793 00000000000000001350cd63c5c71ea3f1959c1940af1086df1adedc6e72e375 0.40 MB 649 23
342,792 342,792 00000000000000000dc4e4195beb8357ac292e2e6db1eb56f0d5e85f7bd60b65 0.67 MB 958 20
342,791 342,791 0000000000000000100face45d867e889d5b35fd773be056124df6ac709603a1 0.09 MB 179 28
342,790 342,790 00000000000000000a777a0424b53981b4692a23c5647e0dcd1fd68de32b4673 0.12 MB 253 17
342,789 342,789 000000000000000016e42035600b8e8afcbf4daa23a8e6bc22d3a8c29d219382 0.61 MB 519 15
342,788 342,788 000000000000000004b1016e53a6359931573ecaac1bf61cc6b36c18c3db804a 0.75 MB 1,710 32
342,787 342,787 000000000000000008fa2d19cd6919bf79e7c10cba629e89bc60f8afb8eab12a 0.27 MB 482 27
342,786 342,786 000000000000000012b974be4fbb64f8bcb09a4b9db5722cfeea1848392933e4 0.00 MB 10 2
342,785 342,785 0000000000000000153136029b658c25345a4a679772d879e90915fa2a55b540 0.91 MB 1,816 27
342,784 342,784 0000000000000000041f73021e09197b2983dfc2ec4a1c678ef11add7d14f0e2 0.69 MB 1,116 24
342,783 342,783 00000000000000000957de097e23dbb0b0d6253df275fd27c247b5f4acd31efe 0.07 MB 146 25
342,782 342,782 000000000000000001b7479c65be4455b6f92b2f2fb0bf2098fbfe6afe40d088 0.06 MB 117 24
342,781 342,781 0000000000000000121d34cdd9348c55c4cdb0b58139f677be75b5e4bc0c8e2f 0.61 MB 948 23
Previous 10 blocks ↓
Total Size: 685.45 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: 1,382.20 GB sent, 108.53 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.