Memory Pool Memory Pool Refreshing

76,397 transactions
26.06 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,842 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,933 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,841 (20,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
852,603 852,603 000000000000000000034c156141d9a723526e5bccb4c5aa503c695074fc8e9e 1.17 MB 694 7
852,602 852,602 00000000000000000002810b8198e66604d202f663ae52b96606c63c7e42c56f 1.05 MB 160 6
852,601 852,601 0000000000000000000077e76558dd1cf6edfcdc6a7294a8975c977c5eb25121 1.22 MB 1,201 8
852,600 852,600 00000000000000000002a42891691bb14828d9ad41679e1cf07f5bbfd890f9f2 1.55 MB 2,949 8
852,599 852,599 000000000000000000038392828f7b7e7dc029c9053f0f74dc140efd1c30556f 1.61 MB 3,717 14
852,598 852,598 00000000000000000001cfc2db83f600d3a5357222a281b71b03c171bf8aadef 1.62 MB 4,100 12
852,597 852,597 000000000000000000006a576eec72926d1403f87fccec721157243acda50697 1.47 MB 3,629 12
852,596 852,596 00000000000000000002aa396124a74b265f79624b1e58bf72a846c04a5555cb 1.52 MB 4,832 13
852,595 852,595 000000000000000000024a8057d89cb3a56a54364e25a2b31b7ef0066ebfe73c 1.56 MB 4,986 8
852,594 852,594 00000000000000000002648f50c71e19a88695e2ec93fec195737e5218b655a2 1.53 MB 5,404 11
852,593 852,593 00000000000000000001fd18d85a15cfa57f813a84f17214fbce1e88b1636a39 1.52 MB 5,528 14
852,592 852,592 0000000000000000000185cd49ea497b9448dc37f3f92d374d26773449549f97 1.51 MB 7,030 8
852,591 852,591 000000000000000000022ddae4736854a2eb372d5d21b510c05a550a24a1d02a 1.52 MB 5,679 10
852,590 852,590 00000000000000000002cc011a300ee33c213d1c1432bae3d05cc1cb86365967 1.54 MB 6,037 9
852,589 852,589 00000000000000000001620b34b56cea18ac706cdb7b3e1f437a4f1af732eae8 1.55 MB 5,566 9
852,588 852,588 000000000000000000023d73595f93a8f59f49e1c9b81eb409e2c5b972227e39 1.75 MB 1,771 11
852,587 852,587 000000000000000000033f938db07687aee26279b5f020656d844b030b43124b 1.58 MB 5,714 6
852,586 852,586 00000000000000000000e015f212e2e96ca280127e43c338761754be8084ece8 1.47 MB 5,754 9
852,585 852,585 000000000000000000010c96e6d282d32da4e6dd4612be559ef8e83eebfbacd0 1.43 MB 5,078 10
852,584 852,584 0000000000000000000134a16e4e5f60fc2675010e7e15a23df03f57bbee8955 1.57 MB 4,782 12
852,583 852,583 00000000000000000002b918e006d74f5428a2bfaf1cba2d10ac86576f3b7e90 1.54 MB 5,957 8
Previous 10 blocks ↓
Total Size: 704.76 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: 2,659.53 GB sent, 243.44 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.