Memory Pool Memory Pool Refreshing

93,842 transactions
30.08 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,439 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,605 98
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,438 (9,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,648 860,648 00000000000000000002fef7e24b2dbba2bf272929851d4fd25725651ada0e25 1.65 MB 3,365 5
860,647 860,647 00000000000000000002a285c8e586096996d1bb9d62ee1bf727d0a8127da202 1.62 MB 3,373 8
860,646 860,646 00000000000000000001f91ede8c243e4bd87f66a87d09d953894194781b5d30 1.64 MB 3,036 6
860,645 860,645 00000000000000000001d458094fbc2643a643ea2bb17bd9c9d98bfcb44b1d9c 1.60 MB 3,057 3
860,644 860,644 00000000000000000002f1be0cb90d47c121fab921d974237d21fd20f06b9381 1.59 MB 2,610 6
860,643 860,643 00000000000000000001865e07c87637c6e8eff3400384d0e871cfe500323be3 1.61 MB 3,208 9
860,642 860,642 000000000000000000016f45fc9b008bd221690bae72f8bbf066333c5cc50686 1.52 MB 3,588 12
860,641 860,641 00000000000000000001a8cb7df23ba0036bd156ad363ababb6fa04e82dedffe 1.70 MB 3,807 4
860,640 860,640 00000000000000000000659d2eae0f9881d75954bd35ed091f27a3fb5d472c74 1.73 MB 5,731 3
860,639 860,639 0000000000000000000174132dc9d45c5fd164eef475e52cb87c2d15f093150d 1.86 MB 1,474 4
860,638 860,638 000000000000000000032318c9bbd58fb6b74e4f9bdc46647b34f6e3858dc05b 2.07 MB 627 6
860,637 860,637 00000000000000000000a62f182c621235b4d9f1e61f484a2f6d99ce8eee6eb8 1.73 MB 2,486 9
860,636 860,636 00000000000000000001e33ea00b8476301bf6254f94870b797dcb8de5c86fe4 1.65 MB 4,251 4
860,635 860,635 000000000000000000016c342244ad53f6fdee96920f0e0a0b0b91b30ade9ae7 1.70 MB 6,600 2
860,634 860,634 000000000000000000019a7fd1fcdd151fc32f3b15e19e90ae86ab236153e02d 1.62 MB 4,522 4
860,633 860,633 00000000000000000001553ceacdd97932000d5a058fab293bd44eeaf56d0b6b 1.67 MB 6,202 4
860,632 860,632 000000000000000000029894ad27b601fc69c53f1d792e731beb48ab7182dadf 1.78 MB 5,574 4
860,631 860,631 00000000000000000001ba3d1f0570e45c2bd29ec619fd77c3db8bbabaca5ed4 1.59 MB 4,638 5
860,630 860,630 00000000000000000002c684a5f2f6cc68cda01335a20844ef94730120dc90f3 1.72 MB 3,420 6
860,629 860,629 0000000000000000000266cf09af46d4bf1c326ad5e0eb4a8af8e4d2c4d0f7bc 1.70 MB 4,948 4
860,628 860,628 00000000000000000001085d16dbc967501d32b64c16562871ce99ce461c023b 1.64 MB 4,559 5
Previous 10 blocks ↓
Total Size: 700.27 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,291.60 GB sent, 212.45 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.