Memory Pool Memory Pool Refreshing

35,840 transactions
29.75 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,237 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,349 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,236 (28,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
835,422 835,422 00000000000000000000107343c2f7b114b24ef99b7fc2341a8d8b3efeeb9a1c 1.65 MB 1,289 16
835,421 835,421 00000000000000000002d8dd313e741f24fe5ce8a0e91e3d6a025c3cad288bd6 1.67 MB 1,752 16
835,420 835,420 00000000000000000001c92753ae10e950a4ff39267564080c0df697c9e7609b 1.81 MB 2,883 26
835,419 835,419 00000000000000000000dec6cb5769c4ca1b79d260140a0d59b53aa84e2fc00f 1.65 MB 1,659 18
835,418 835,418 00000000000000000003454afacc0525b1353509582d5a771950908e19b1d555 1.51 MB 1,396 16
835,417 835,417 00000000000000000002d947d2abeda8e40219071f17bd2f669493bfcda60476 1.90 MB 2,082 17
835,416 835,416 000000000000000000025cde22c55b4b33404c197cc6b22eda38ae27591dc4dc 1.64 MB 3,409 34
835,415 835,415 0000000000000000000000b18be3992c3ab6def9ba1a13b07fae246deee66d77 1.39 MB 549 14
835,414 835,414 0000000000000000000280184574c0f2d1b2d5fd8ab1dc4bff861cd313fca1b3 1.89 MB 1,909 18
835,413 835,413 000000000000000000023a0683b7777ba9764db0b7d08d6da991fe624046763b 1.96 MB 2,550 23
835,412 835,412 00000000000000000003116b4516f1a552d5e264b688d8b7a1606ee4f99acef9 1.18 MB 407 13
835,411 835,411 00000000000000000000e1fd170d7f5e1b4a4445433a134b1fcba56c1ba3b87b 1.34 MB 1,221 16
835,410 835,410 00000000000000000002523a8850e10552e227f779c5cf20b3bc184094a50c29 1.72 MB 2,324 17
835,409 835,409 00000000000000000002a7ea2f9a55e31b407b4c269094d67e87318c919788c7 1.70 MB 3,253 29
835,408 835,408 000000000000000000012c59fd01ed5493e0ff8ddd2852990ecba64dfae60d34 1.93 MB 1,177 15
835,407 835,407 000000000000000000001d672399b50ec16fa14c493eb9ca85387a76c1b967be 1.87 MB 1,497 13
835,406 835,406 00000000000000000000c661536016a066c819f3ccf10874a163328ed9ce6892 1.58 MB 3,231 27
835,405 835,405 000000000000000000012a8b0b3179530c569d3b679ffe9cd34d10c996fe8737 1.82 MB 2,848 20
835,404 835,404 00000000000000000002512ea7238ed7529fee7b05e10e51d6292b6e281e4a63 1.73 MB 2,679 22
835,403 835,403 00000000000000000002b4b20ef9d39518255e7e62a8f4d0004edbc325705264 1.61 MB 2,528 23
835,402 835,402 0000000000000000000170af1b391f0052f1fb9c470221ba8ee67fac129c0c73 1.59 MB 3,334 49
Previous 10 blocks ↓
Total Size: 688.49 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,626.75 GB sent, 128.18 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.