Memory Pool Memory Pool Refreshing

67,307 transactions
27.71 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,634 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,332 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,633 (54,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,125 815,125 00000000000000000002d5e3c50d31949c718b1c82359039a731573ad9747aba 1.36 MB 2,258 23
815,124 815,124 00000000000000000002a2131abbd4afe5f86ceebd8f8fe4fea0478199801ffc 1.59 MB 3,314 29
815,123 815,123 000000000000000000020f958223f30416e1ec6aa40809ec71c3d5699a35ce80 1.49 MB 3,661 35
815,122 815,122 0000000000000000000153f9c75bcc34bc725ec2d7f0a25444077c87caf62019 1.65 MB 3,707 23
815,121 815,121 000000000000000000012fa26c40a341991150d87c3dc5038e78b119774231c8 1.48 MB 4,183 42
815,120 815,120 000000000000000000016f1b1b8501b76838d990a685e2ec6a0acf2ce90ca4de 1.62 MB 3,953 19
815,119 815,119 000000000000000000000746a80518115d469cde55cabbeed873ccbcfe8e5d50 1.54 MB 3,336 25
815,118 815,118 0000000000000000000027afda217888519744a71b5dfa80859c053dc4883ed1 1.52 MB 3,993 29
815,117 815,117 0000000000000000000278656e05ada3bae4d56bbfe61a30a2159d95639b1a2e 1.51 MB 3,783 21
815,116 815,116 00000000000000000003d19a6d32f31044e9dfd98b0387af96a6fddf3cbb09ee 1.64 MB 3,367 23
815,115 815,115 000000000000000000046fd03928b43f54122f01ac2332068fbc304172a53a04 1.48 MB 2,779 12
815,114 815,114 0000000000000000000357b034e13701a9e4669ce7a1e40dc1447a36f37e0f84 1.69 MB 3,470 15
815,113 815,113 00000000000000000003cc329773d650a2f86ae4f70294d5ef0de184749b9d0e 1.73 MB 2,109 18
815,112 815,112 00000000000000000001a16549d83bdd7cc1d0f19fc5f0df75fd6192a5ba9012 1.75 MB 3,808 17
815,111 815,111 000000000000000000030be3052236c2daaf71856a670b887bfbe60b651f286f 1.56 MB 4,069 19
815,110 815,110 00000000000000000002f9ab97ec4793e589319e4c428d4c8e58656d5346ed48 1.36 MB 2,821 18
815,109 815,109 000000000000000000007ffb33a5cb4ef042e1e794d145aa48beb56560b135cf 1.55 MB 4,003 21
815,108 815,108 0000000000000000000055d0e250e661c10c910fb7f4eae5f60fed747ec25480 1.59 MB 3,403 20
815,107 815,107 00000000000000000002097604d82ccb31bbaea36cb7256dd3c528d5c2fd34ec 1.65 MB 3,187 18
815,106 815,106 000000000000000000004cfe1dbc28647af2023e0e1e6579793829bd751e992e 1.59 MB 2,741 16
815,105 815,105 00000000000000000003207cec293af38dfa95f0065aee41c1bb9acc488004fa 1.58 MB 3,641 28
Previous 10 blocks ↓
Total Size: 698.77 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,099.18 GB sent, 202.62 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.