Memory Pool Memory Pool Refreshing

55,078 transactions
26.77 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,359 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,421 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,358 (291,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
578,444 578,444 00000000000000000026226694c5a4d915f4d25e0551894bf35baf86dcbd02b1 0.65 MB 1,675 50
578,443 578,443 0000000000000000002347b2d3745bfc3bfca71c5d1f15b525268329366fa90f 1.25 MB 2,909 95
578,442 578,442 000000000000000000188c9513a3f82d551d48a6c36fdbadb80ef09cb19db014 1.09 MB 2,606 56
578,441 578,441 00000000000000000022ae6ce96986db31403009487ac74f23aa18c663ce0776 1.24 MB 2,576 106
578,440 578,440 00000000000000000021c94eba60fcaa1dec3565cc061531a611f4e7fb1b18ad 0.90 MB 2,131 64
578,439 578,439 0000000000000000001d6058fff353bdae8df24a799ad2d4745ff54c09743365 1.09 MB 3,253 39
578,438 578,438 00000000000000000005ce9c889b5e1194a964c50799f8b1662a40440ff0f22e 1.28 MB 3,452 108
578,437 578,437 000000000000000000103a13ba70ce64801d62eb90c051824ea699d03ec3c69f 1.29 MB 3,061 97
578,436 578,436 000000000000000000203c168e64d08d16a3d14e359bcbb15be98dc9cca44006 0.08 MB 215 62
578,435 578,435 00000000000000000015d41cbe325c26a8e9b0bace85cbba8e7d1b2f6b4effaf 0.09 MB 212 81
578,434 578,434 000000000000000000167d3d0c773ffb29e695c69e76effd5f0559e6dc5c2f2c 0.17 MB 332 39
578,433 578,433 0000000000000000001f0f1fe2c0d2c3a17de2d4416c05edc8ed5fb820d6cde4 1.17 MB 2,764 70
578,432 578,432 0000000000000000000355934ea7c9b7177002e6decabfb48c8257e8284baf2a 1.24 MB 2,495 54
578,431 578,431 00000000000000000023e6de4ddcc04afbcfd3d82d23cc63b12ac1486ea274c2 1.66 MB 325 9
578,430 578,430 00000000000000000028f8dae66c77b20a99e7afc361736b77a1e375c25e4328 1.52 MB 971 22
578,429 578,429 0000000000000000001c71cb871d4ab5122270a2380a0dc21b59fcca1f555a26 1.13 MB 2,153 22
578,428 578,428 00000000000000000004f346ce0e76f47aa9a9a612039c17f355f2e6c8ce932d 1.43 MB 2,335 43
578,427 578,427 000000000000000000217f2372168f6bb5b2295476e4520c8f601fb87b2cb719 1.65 MB 1,830 81
578,426 578,426 00000000000000000015e9b25b32ea2371cacf98bbf8293a5e692511ad6b9fc5 1.56 MB 1,790 74
578,425 578,425 00000000000000000026ebf7196311a7ceedc01ad6d3676ef8e271a9da389182 1.21 MB 2,597 64
578,424 578,424 00000000000000000000c5c8b1b58f776fedb7b7b8484283915c01809338faa1 1.22 MB 2,532 101
Previous 10 blocks ↓
Total Size: 700.12 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,244.60 GB sent, 211.16 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.