Memory Pool Memory Pool Refreshing

38,707 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,062 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,442 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,061 (167,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,558 694,558 0000000000000000000f28a3a8029930c92e913b398eba15860cce7afe67ac1b 0.53 MB 970 15
694,557 694,557 00000000000000000006cb8d07ecaabe021d401ab6ff058506bbe67865280612 0.72 MB 1,405 12
694,556 694,556 000000000000000000036ce64073906b59bbde05b8c13697bbffb21ace84084f 0.19 MB 426 10
694,555 694,555 0000000000000000000da6f20d2f91542860d9703672eae8f14a94d470f06892 1.50 MB 2,500 12
694,554 694,554 0000000000000000000d934d5619839be2bd336d04c2bf76317959746acacd04 1.50 MB 2,890 17
694,553 694,553 000000000000000000123b7b1312e235ff4bfbe9525857822ec3aedd5745938d 0.14 MB 295 14
694,552 694,552 0000000000000000000efaa8b8316edddb55479980ca55a556d5bf83104c3d8b 1.33 MB 1,732 9
694,551 694,551 0000000000000000000edeac811e2f905e9bcf34b0bbb350c6e0b54ac543d4c6 0.97 MB 1,774 12
694,550 694,550 0000000000000000000f92520027e26742d8ccd8224e4a85f8d96a1870db626b 0.55 MB 871 21
694,549 694,549 0000000000000000000f9bb7d45d0050cc51fce50a2855f3bd0c0de578e3c1cd 1.26 MB 1,027 7
694,548 694,548 00000000000000000006f6a09449b8ddf59a575a37bcde84b6672b63fc7ef897 0.09 MB 223 17
694,547 694,547 000000000000000000127951d01849998e8efdef80d22c828caecd3d1c3821f2 0.87 MB 1,553 11
694,546 694,546 000000000000000000021c664ed0f0162e0f1dcbc794e67bcd48cb4c6d4511c8 0.16 MB 334 15
694,545 694,545 00000000000000000011c71ed3c25d40727776d23631e8397acf857540c6552d 0.67 MB 1,364 10
694,544 694,544 000000000000000000087fc02d8954c33ed60429a7ac6e0308124c514433250b 0.68 MB 1,027 13
694,543 694,543 00000000000000000006e6e3e6fe64f1698ef9ce15cae59c1a5e240a89790f41 1.39 MB 1,444 2
694,542 694,542 000000000000000000016f6dfd910275ad2514295efa9d5d5bab67186b13404f 1.23 MB 1,160 6
694,541 694,541 000000000000000000117944679b2449363486d31cbc9377b8855f97c191223a 1.50 MB 2,543 18
694,540 694,540 00000000000000000006bc8b2f0140a676dd39f5a06364eb5708efad1660354b 1.56 MB 2,954 3
694,539 694,539 00000000000000000003ad72defa3a3908d33962d59ef3702c4b11a33b0196e8 1.70 MB 1,389 10
694,538 694,538 00000000000000000008c599546e94a606b377b57d7c0436e8a4ff6a11a276e0 1.73 MB 958 9
Previous 10 blocks ↓
Total Size: 684.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,332.43 GB sent, 100.21 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.