Memory Pool Memory Pool Refreshing

37,766 transactions
33.74 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,516 (121,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,102 741,102 00000000000000000002933d012dd272c5bd0f0e44ca8861faf5a561e15827bf 1.56 MB 790 2
741,101 741,101 000000000000000000026325e1eecddaa818d9b166cccfe07d587912f96e5d99 1.69 MB 535 3
741,100 741,100 00000000000000000008ad1bdca4288143a0cb20e71de0808a066db89857e153 1.58 MB 2,845 15
741,099 741,099 00000000000000000008bd670d20c7adf3c67b6f6272b770b3d43dff9e4d48b3 1.55 MB 2,792 26
741,098 741,098 00000000000000000005c73b34d03b814855f9c1de933ea9003bf71646c77e05 1.68 MB 1,709 6
741,097 741,097 00000000000000000008e2834ef956ce067912eb5a190c26e9be223f79a03560 1.27 MB 1,591 21
741,096 741,096 000000000000000000074cb35c79608f0a3addf8a64ffd95e2a2ff1c91cd1ac4 1.51 MB 2,744 27
741,095 741,095 000000000000000000000efefa77bcc430a2e2e323cb20f5a229b9db0b110269 1.68 MB 1,144 4
741,094 741,094 000000000000000000018b4abcd062cd95843d0163ad3af4824a76a86a1cd278 1.48 MB 2,841 21
741,093 741,093 000000000000000000004ba43b5ff861633e2bdd86c3613e3541be25a24dabd0 1.79 MB 776 4
741,092 741,092 00000000000000000001459d73ec98e201d6abc92a3b500dfeefc3649cc79731 1.66 MB 1,796 12
741,091 741,091 00000000000000000004a5ebf5611250155bc136230087aca2e84f29878b1fb2 1.56 MB 2,144 12
741,090 741,090 000000000000000000045398e1cac0fdff18427bb5965b154a62a77e3add30e5 1.68 MB 1,361 6
741,089 741,089 00000000000000000005364d5c9ed429c6a554f191295d9680bddf72c6360812 1.66 MB 810 4
741,088 741,088 00000000000000000001380cf9f2f344880a5b510c51c2c8680d6abe6b390dc4 1.64 MB 2,415 10
741,087 741,087 00000000000000000004f040aaeebb2f39a7198255a370967fdcf13a4dd3991b 1.52 MB 3,232 25
741,086 741,086 000000000000000000048cd36d38875554ef8f771869698513387c7088ba0ebf 1.42 MB 3,044 26
741,085 741,085 0000000000000000000644485ee94303c918f932d2c478693a644a818a52fb3d 1.47 MB 2,900 18
741,084 741,084 000000000000000000074b3e46e04256a7dbbf061a2982aa1954b08268930ada 1.68 MB 2,219 6
741,083 741,083 000000000000000000074f4da77ffe67d322cbbe315d813186e94984d718aec6 1.20 MB 1,292 19
741,082 741,082 0000000000000000000030ca9ea8022e767e83af627c4c9a5ed64841c1e52cfb 1.24 MB 1,768 22
Previous 10 blocks ↓
Total Size: 685.15 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,372.54 GB sent, 106.54 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.