Memory Pool Memory Pool Refreshing

6,010 transactions
26.46 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,764 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,798 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,763 (179,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
683,115 683,115 00000000000000000003f7bacb1f1fec0fa5054b623d9d6f9a7edb72a462dc74 1.32 MB 1,803 17
683,114 683,114 000000000000000000065282eac853b3c3364152d5479eb807ae7caaf28d52a2 1.37 MB 2,432 53
683,113 683,113 0000000000000000000b8000d71fc344f7d8e5725898b042382f8182333257ba 1.35 MB 2,607 67
683,112 683,112 00000000000000000008c4d99e9dad239d4ca3259e533f97d282aa00561a47f0 1.32 MB 1,924 41
683,111 683,111 0000000000000000000da0060389375cd9cd0b04da8c4f1fe6f6a87fa09b49e5 1.21 MB 2,012 99
683,110 683,110 000000000000000000047cc84bd08aa532fdc26c68b8ce42f9ca39048efbff0a 1.52 MB 1,575 32
683,109 683,109 00000000000000000000febc3d7829512dc517bddda0c46bf9bfb9687a17a7dd 1.51 MB 1,623 26
683,108 683,108 0000000000000000000cbebbc91cd56154efaff169ea5397eab96a3c5d0953dd 1.63 MB 1,077 23
683,107 683,107 0000000000000000000a571cb1dbf7a4e55d5d5212d86583828e5c8356a5983a 1.31 MB 1,831 16
683,106 683,106 00000000000000000000be6e310c966f0ae34004454f9fc86d3fb50f83e7b950 1.23 MB 2,194 33
683,105 683,105 00000000000000000000a1a1ac39196b1b7b0543d145c89db9eb6cedfdffb985 1.38 MB 2,735 55
683,104 683,104 0000000000000000000653a4033eea9af352adfe5ea10fa44fc9561bed27f6ee 1.33 MB 2,641 83
683,103 683,103 0000000000000000000bf1a6d7c6b99acbb7f50003a9e27123e9c94b2ebb16e8 1.26 MB 1,601 48
683,102 683,102 000000000000000000037a843cf21700c538128aa1dc10b250e0c266544459b3 1.22 MB 2,043 83
683,101 683,101 00000000000000000000c05e5b0058cd147697a440b0984a7c5c44e3cedf994b 1.42 MB 729 8
683,100 683,100 0000000000000000000195d03de6a85977e2c989246d9a072b19a30e13e3c351 1.17 MB 2,235 9
683,099 683,099 00000000000000000001ad64a7fea6cf989cb7a92194d6c7da95353c9132a29e 1.16 MB 2,290 15
683,098 683,098 00000000000000000006a335f6afcdf31414dfa687bac916b3d2795cd4da34bc 1.24 MB 1,583 48
683,097 683,097 0000000000000000000b9b8277db45862856262dddff3231006cb54e8b7e6c14 1.28 MB 1,258 65
683,096 683,096 00000000000000000002b84160aa02d8ec54ef4edc95da0988f00102a72707ad 1.43 MB 3,034 98
683,095 683,095 00000000000000000006e2afb3069a8b9944697d009d16ed671abb573ec77826 1.35 MB 2,347 35
Previous 10 blocks ↓
Total Size: 685.64 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,395.01 GB sent, 109.66 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.