Memory Pool Memory Pool Refreshing

40,408 transactions
18.73 vMB
Show Random Selection Loading Transactions
Max Size: 109/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,810 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,187 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,809 (239,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,508 632,508 0000000000000000000689f1e2bdfab7864039a572a397d3a05eca0a62579353 1.54 MB 1,822 46
632,507 632,507 0000000000000000000a122cee644abb867cb8d0177504422bed8e1edd90da3d 1.61 MB 1,353 25
632,506 632,506 000000000000000000070fd1c87a3c592e2913e0eec091f5862161602b978d7f 1.64 MB 907 37
632,505 632,505 0000000000000000000d9558a16e6c18eb4ca7ed644051ea248495d29df29460 1.92 MB 912 11
632,504 632,504 00000000000000000003bead46596a5a68b212aa3f70d2bc72731f4b9f064b50 1.13 MB 1,413 17
632,503 632,503 00000000000000000010b5182b5ecaf1ded9f55b0078fa6c683e0140c3071ab5 1.35 MB 2,469 53
632,502 632,502 000000000000000000106ec89bdbd5952e6bf746441b62db6274748273034016 1.45 MB 2,293 85
632,501 632,501 0000000000000000000eaee9dda170aa083087d0dad1197a3109cdcfdceaa54a 1.30 MB 2,396 60
632,500 632,500 000000000000000000015facf8434b79dab4043ea61253e18dcb5c5b0beaaf00 1.96 MB 1,087 21
632,499 632,499 00000000000000000006d27e4c6cf9070d11fefc74ef684c9ecf142c27466c33 1.95 MB 970 19
632,498 632,498 00000000000000000000df563cd1a0b4f729af01b5198a4846dc1a1f9b6e065c 1.40 MB 1,363 8
632,497 632,497 00000000000000000010f45dd1f7904411be6b799dbffe65aa6e2a3e2d477f4d 1.26 MB 2,305 46
632,496 632,496 0000000000000000000991b7da54c7d656fee56accf8b3698d2ca128df536d38 1.27 MB 2,319 46
632,495 632,495 000000000000000000027dfb573bf5f87d592eaa2d1e00a0197f0c8b1eca75a6 1.46 MB 2,192 96
632,494 632,494 0000000000000000000c252f4a04350d23fb1da65d60489895ac0dd28cc62fa2 1.09 MB 2,320 10
632,493 632,493 0000000000000000001005c120e26abc368860512b940317511dab44e778f27c 1.18 MB 2,804 35
632,492 632,492 0000000000000000000e4e90e506391010c749f50ea1b6200716709129707777 1.18 MB 2,936 26
632,491 632,491 0000000000000000000d34c109b2fdc308c940ae4eb94be59b8a6f573edb3a9b 1.32 MB 2,627 39
632,490 632,490 000000000000000000051b8b1ba11d13859c96c923e7707992552e3e21f4256a 1.37 MB 2,242 66
632,489 632,489 000000000000000000086c09b78338ed8557df9566a01a0369c3019b61319455 1.35 MB 2,068 98
632,488 632,488 0000000000000000000346c349e7b6104b768cf6b6e15e1879a610c1c27b197c 1.43 MB 2,630 81
Previous 10 blocks ↓
Total Size: 702.84 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,575.86 GB sent, 230.30 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.