Memory Pool Memory Pool Refreshing

51,901 transactions
28.37 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,513 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 3,366 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,512 (749,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
125,436 125,436 00000000000007e69f810d51ce0dc414cefeb41a074727b51e14404734c5b7a0 0.00 MB 12 356
125,435 125,435 0000000000000490cc5e6cb8b68a387b99e6de56a6e2b2dd0e8bba981453f4d6 0.00 MB 13 317
125,434 125,434 0000000000002bb22e48913f3ee231cae0d3f03706f31914c055d5db5a236908 0.01 MB 36 484
125,433 125,433 00000000000014744b346cd6aec795b99018239f119fdcac6207a5307a042b5e 0.02 MB 74 2,878
125,432 125,432 0000000000000a3185160aea9e617a6790e11801772515c5f1ce226ab72115de 0.01 MB 41 1,454
125,431 125,431 0000000000003fd46aaa97a2d8e357b420e36a0525d9b1efaa29b9166edcbaed 0.01 MB 35 2,195
125,430 125,430 000000000000232d58bbcc32bce0774c176e24398cb204a4a12f34faa5d26786 0.01 MB 14 304
125,429 125,429 00000000000017880d1717e8cc0a66822cb35ef709fef4b66e9f4e1ee463e753 0.03 MB 91 2,914
125,428 125,428 000000000000040b2643bc132f3844e2bf6c38e7bf744d40e45712ab6a4f5db3 0.02 MB 70 2,774
125,427 125,427 0000000000000a4ccbc629b5efba21f7adbe47291a8943e6465ae0f61ca31206 0.01 MB 17 75
125,426 125,426 0000000000000e7c69d197c2327ad2014e3e9653439a01cf815442d9e5a550d3 0.01 MB 15 0
125,425 125,425 00000000000037ba47e951564bf9040cdaa245d4e46b7a56f3c7292580c56bb0 0.00 MB 14 297
125,424 125,424 0000000000002ee132fe3f5baad822311d6cbf16602a2843078e09885e849ded 0.02 MB 50 1,632
125,423 125,423 0000000000000113c079d88f36c5ff0829ecbc6dce0d7f4b6db96b9b406565a0 0.00 MB 13 224
125,422 125,422 0000000000000e08a64ade907d90842bf3b347d07c1f1566c97185ae10fb2ada 0.00 MB 9 2,149
125,421 125,421 0000000000002e6a4d0249d00c675aeae5ce3b9120bfd94cd5f9ed896c72411b 0.00 MB 12 0
125,420 125,420 00000000000017edf5c37dbb56f02a80e65ef16716b87118e7ba0088a1838b47 0.00 MB 10 641
125,419 125,419 00000000000040acb91e4027ee60f5445935cde8e408927260f2bfc1514cf8f0 0.01 MB 20 70
125,418 125,418 0000000000002320f7c4da3ce096bd6586ae4531515aaa15376afefda0ff8d53 0.02 MB 35 660
125,417 125,417 00000000000039ff3e13f9e924b3e5cf37a082a66178699d413fcbcfa0b7c1e9 0.02 MB 56 1,768
125,416 125,416 0000000000000c620131b7119b7e34a66679e6ef0855e521cc161173ab7f31de 0.00 MB 7 268
Previous 10 blocks ↓
Total Size: 707.78 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,783.65 GB sent, 261.34 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.