Memory Pool Memory Pool Refreshing

44,984 transactions
33.39 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
863,229 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,112 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,228 (136,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
726,848 726,848 00000000000000000000e53d0d92148adc0ff3095374ff503a634212c5f4e591 1.15 MB 854 5
726,847 726,847 0000000000000000000955563dd79451ab5d4325e924a788b84ea380d4891ed5 1.17 MB 1,186 9
726,846 726,846 00000000000000000007b431e3515cb28d295593102990aab002f17c944472d9 1.27 MB 1,414 7
726,845 726,845 00000000000000000006ef31036e45baabb66663c926bbb6ccf73637cce89046 1.50 MB 3,093 13
726,844 726,844 00000000000000000003edcaac44b26ff6779f4dd36b4c6db1f89c127cd29a44 1.51 MB 3,084 13
726,843 726,843 00000000000000000002835725c4fb96553b0ae9f28092c86c0b3b1bfc0f7f53 1.48 MB 3,471 14
726,842 726,842 00000000000000000005816a44a0c1e91dc3772fbb247672d371c31253624855 1.55 MB 2,706 5
726,841 726,841 00000000000000000006f9ab4bee1a0bddcee0f60c689c87cdc645c3a9840836 1.54 MB 3,259 16
726,840 726,840 00000000000000000008c52ceedd809ba471f5a40cc4419133c290dc8a58096c 1.44 MB 2,927 17
726,839 726,839 00000000000000000006a19ddf052a84976a0cedcf3df361d90636d63e2818b6 0.23 MB 335 9
726,838 726,838 000000000000000000023ba177cb14198445bcae2f745df81ade4a441fb87087 0.25 MB 208 6
726,837 726,837 00000000000000000001fff908dd0cce113de51c72b4c7c1e625d8f17109b92a 1.57 MB 2,849 7
726,836 726,836 00000000000000000006fbbe6ba5cce72f3532e454a2c281af1c5dc8677959b3 1.47 MB 3,410 11
726,835 726,835 0000000000000000000165e60017bbb8d9ef1a1fb23ecbb431ad3197dcc74dbc 1.51 MB 1,650 3
726,834 726,834 0000000000000000000794ae4be90471870b6f374ca1f0a003e9c7d206b08733 1.45 MB 2,882 11
726,833 726,833 00000000000000000003842eb452fa7a119e7a56940d2409f0cf374aedb37c7e 1.43 MB 2,630 8
726,832 726,832 00000000000000000004a4cfe0b1e8664d721ea248fe3dc57b5a9e0cc78fef55 1.10 MB 1,888 6
726,831 726,831 00000000000000000009a8acb55e3b261089048eb2d69d55c015630aeeb9d244 1.44 MB 3,077 12
726,830 726,830 000000000000000000019b6893a63382ef7d14212bf8220a73f474f90d86dcdb 0.45 MB 817 9
726,829 726,829 00000000000000000004f3dc147868bfbb2d5ab770a5f0727bcbc0c7634aa6a9 0.06 MB 133 7
726,828 726,828 00000000000000000006e8f91f9a8a3fa44edcdc3740e9da4f2de474a0c4ed81 0.56 MB 615 6
Previous 10 blocks ↓
Total Size: 686.55 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,478.85 GB sent, 115.50 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.