Memory Pool Memory Pool Refreshing

92,592 transactions
24.68 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,493 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 6,029 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,492 (39 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,453 865,453 00000000000000000001ec750e702cd726d97015a72a44b3c7c535046a7a17e2 1.47 MB 5,597 10
865,452 865,452 0000000000000000000069beec85c0f34b0486a25c99ce9e0d66e529ed0af914 1.59 MB 5,446 9
865,451 865,451 00000000000000000002f6460c82ba9d49d11c0bb44f614aca962279d28ee16b 1.56 MB 5,463 9
865,450 865,450 00000000000000000001baa0a66ee6e3e5479d5bfb0141a332b976b1e25e8acd 1.51 MB 3,907 10
865,449 865,449 00000000000000000001072d6c98405565ba7d87e250218381a622813bd47eb9 1.52 MB 3,961 16
865,448 865,448 000000000000000000004a0a66b6a83ca4992c30293393bdce095c788c36cf7e 1.60 MB 4,689 15
865,447 865,447 000000000000000000020cf099cf1a113e9e9d74404e3d7425278fc91d19e09c 1.64 MB 4,385 8
865,446 865,446 000000000000000000017d0df9fdc505c27274b846ad37d2093a8feb4b873e8a 1.51 MB 3,386 12
865,445 865,445 00000000000000000002b696828b07b486393b26cb81a79c9586f118f4d007c1 1.55 MB 5,373 9
865,444 865,444 0000000000000000000012e14a4ceec5c81c6c901332fa76d28e56c09483d274 1.59 MB 4,114 10
865,443 865,443 000000000000000000018c779c3000f4d7e43b0a9e08f4572ab9e23dbaac43f0 1.48 MB 4,365 17
865,442 865,442 00000000000000000000afec2c3550f154b6afb4fa0950ce8806dad7b9f60602 1.52 MB 4,196 13
865,441 865,441 00000000000000000002253348f0bda900c178b5c5adaabaee4efb1d1076427f 1.66 MB 3,191 17
865,440 865,440 000000000000000000018397159058be38cd11692cd5673200f3cc23677a4ca6 2.25 MB 2,772 6
865,439 865,439 00000000000000000001b33cc3142659f5d5b5db92e1d464af500761e93c563c 1.58 MB 4,768 7
865,438 865,438 000000000000000000007a7ade71cacf81b93518646fc94aaf3860872f55374e 1.54 MB 5,859 9
865,437 865,437 00000000000000000002add7af997e7e1e9f6c857c56788b69be1036945afcad 1.54 MB 5,511 13
865,436 865,436 00000000000000000002cc67bafdf7d9ca750027f1326db5392fffeec0ba88a9 1.51 MB 4,811 19
865,435 865,435 00000000000000000001d4ed0094cabe7410e752125dffaffe18b4fa8b5c2a4c 1.46 MB 6,585 11
865,434 865,434 00000000000000000000a1f266604759aea8e208187208d3c0d6ecb30f5756d8 1.43 MB 5,823 19
865,433 865,433 0000000000000000000003cc4d4125dfb617dc7e23b9104902392330f115235e 1.61 MB 5,503 7
Previous 10 blocks ↓
Total Size: 690.81 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,703.56 GB sent, 148.18 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.