Memory Pool Memory Pool Refreshing

41,795 transactions
32.63 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,194 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,001 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,193 (57,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,608 804,608 000000000000000000029c70cefa22ea7ac1775324bf64f60eec5e9d21e23a8c 1.37 MB 2,189 9
804,607 804,607 000000000000000000010edc4d5d692a305998e2ab53da67b6e66ad6719b8bca 1.45 MB 2,489 8
804,606 804,606 00000000000000000002d1abb7ee6f9942bd59a84520e57de31230adab7e2049 1.62 MB 2,012 11
804,605 804,605 00000000000000000002a370ff3bdc4d5bef7779e8087ab98fce34267f5e679e 1.53 MB 2,199 19
804,604 804,604 00000000000000000003871d303cf3d4aaabdead0698852b051d45853cd36e34 1.89 MB 4,856 7
804,603 804,603 000000000000000000006264b2ff98dfdbca3bb9ff9a6b15348c2483b82a2a28 2.17 MB 5,177 8
804,602 804,602 00000000000000000002c17851ee95ad99ee461b0220e26c5d191d4e16b39f27 1.55 MB 2,823 9
804,601 804,601 000000000000000000044da9621189fe50a672ba953ae8418339a690f5919246 1.67 MB 3,137 13
804,600 804,600 000000000000000000040abc024e15be0555df6f88b085b2b5d25cae2aa2a778 1.66 MB 3,819 12
804,599 804,599 0000000000000000000027012087aefd3962f7f1f97805e386c71beaeddcae75 1.70 MB 1,768 10
804,598 804,598 000000000000000000038bc0dca35ff9ca1a1538dc2372f187a0bc9498022e9f 1.88 MB 822 6
804,597 804,597 0000000000000000000253fd39c3f12a569865039ef4eaf67f578e27a0813e29 1.46 MB 1,603 11
804,596 804,596 000000000000000000004abd23cf4b4d0c9eac99c4d7f47589f79921b7ade795 1.84 MB 935 8
804,595 804,595 00000000000000000003f75f3677d850d462f475247d7c44c52084be3d8544a1 1.78 MB 491 8
804,594 804,594 00000000000000000001678bdeb28b034578787f7e8cc3a4d635150ea36c3c97 1.74 MB 1,271 10
804,593 804,593 00000000000000000001da632d6cffbec3dd8ce4dbfaf223b58e599671d7bf90 1.50 MB 1,331 8
804,592 804,592 000000000000000000049078b0a66407166ea29eadeb43c0c2ca3f0d341393c3 1.27 MB 1,562 15
804,591 804,591 000000000000000000038ebd4b8d3d90f66ba28b3fb901d40f22d2e3a9f3f61d 1.24 MB 1,569 12
804,590 804,590 0000000000000000000475a7bf466561123bf3f7b95104583f0194255054d2b5 1.31 MB 992 11
804,589 804,589 0000000000000000000229398c5ffb35277979250b5844324a6fab30aadc39c5 1.41 MB 1,699 13
804,588 804,588 00000000000000000002d75b6ae577b733ad5aff80a7870fd6ee406930e55f02 1.14 MB 644 9
Previous 10 blocks ↓
Total Size: 684.53 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,354.02 GB sent, 101.70 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.