Memory Pool Memory Pool Refreshing

32,413 transactions
28.08 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
863,277 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,445 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,276 (96,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,574 766,574 00000000000000000004d35c3e7d815cbbe2ab17263fecbb1359ea6f02e9a1b7 1.76 MB 1,068 5
766,573 766,573 0000000000000000000809b95cff5746c310828d5f92e2ae291ad1f2675d730a 1.57 MB 2,166 13
766,572 766,572 0000000000000000000666f19c1458533b6b17f772f278ca765e41aedd44ac3e 0.90 MB 1,008 5
766,571 766,571 0000000000000000000379bc4a3ea07c84b5dc8023d52150b77c1a79a8245a35 1.53 MB 2,096 17
766,570 766,570 0000000000000000000228cd369b3ad4e18376cf70032f5eceef58646796bdc4 0.43 MB 382 10
766,569 766,569 00000000000000000000284ba54d9ecaf45dc27f88c1a21ab4ec889fce080dd9 0.06 MB 53 8
766,568 766,568 00000000000000000000d8321f01e33c13d2a513fc27360d1453f39dcd3d4330 0.15 MB 305 13
766,567 766,567 00000000000000000006eb7634f6c4645c14184840c9e3a45663ebc858e64fd4 1.48 MB 1,166 5
766,566 766,566 0000000000000000000653f8e5788bb5f4ce4bf57709909a02f28db6a7a1168c 1.17 MB 1,223 18
766,565 766,565 00000000000000000006d7f2c101fcdb00f9d75931182c00debfac6819e55448 0.55 MB 724 10
766,564 766,564 0000000000000000000801030b0079a011c8b8e2dd6ed274acb1b9a8fa53c635 0.37 MB 628 10
766,563 766,563 000000000000000000043b012be9da30032622f94860844d6e130b5c3fd4c1ba 0.49 MB 919 10
766,562 766,562 000000000000000000038d0df36e8c635682a8d114fe568591f30e8a1cec35c6 0.80 MB 842 7
766,561 766,561 00000000000000000001f3a2e01e3907ec56f3adb393e77b674aecf83ca74bfe 1.67 MB 1,383 4
766,560 766,560 000000000000000000053267439dc7d3a0adeb88ea542e626ae4cc095f4ba28d 1.45 MB 2,867 19
766,559 766,559 000000000000000000078dfd3b768f2582564ee3d53f02a30e352c15215ec5df 0.81 MB 996 9
766,558 766,558 0000000000000000000682210106882f5fc392dd6899c0bd77aa7c7b7df24ee1 0.06 MB 45 11
766,557 766,557 0000000000000000000149b8c8a1ca8f9685b6c81b991262a8470c678a290d2e 1.03 MB 580 15
766,556 766,556 00000000000000000005e8f8d31d5fe954edf96b0846db5698146840cc35717e 0.80 MB 1,253 13
766,555 766,555 000000000000000000046acbc5910fb823d6f1c226696607b3f08db2f1f9b940 0.79 MB 1,093 10
766,554 766,554 0000000000000000000271c2a1bd4df6f2e1578451f05df7d20178c78f433943 0.79 MB 813 8
Previous 10 blocks ↓
Total Size: 686.65 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,485.56 GB sent, 116.03 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.