Memory Pool Memory Pool Refreshing

58,319 transactions
32.60 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,730 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,729 (542,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,688 330,688 00000000000000001172a92f702c01d83f0cc3fe6dceb39cf746124bf9d39e82 0.10 MB 157 16
330,687 330,687 000000000000000005f569ad043818299a7c93c7b1a8be4036aaacf761a3b321 0.21 MB 380 23
330,686 330,686 00000000000000000f9082442de761a32dd0aa4038ae8c65197ffde1d46d8c42 0.60 MB 760 17
330,685 330,685 000000000000000016191bc009230273c58147a810105bb8168c75735babbb34 0.75 MB 549 15
330,684 330,684 000000000000000011ce95f1eca858d7e833c2726867ca76e01a8d266c126ecf 0.90 MB 2,587 38
330,683 330,683 000000000000000000728c1e253ce9ec0c7aa753d5e7eb1302e5867691d90972 0.75 MB 1,685 31
330,682 330,682 00000000000000000960ffe0a621d746d8975089a9bf02387172fdd8dfcee192 0.49 MB 826 30
330,681 330,681 00000000000000000a795e3d78fd3499ae2cfc201451d8726b672db2e699bd28 0.44 MB 668 23
330,680 330,680 00000000000000001b074b77746c20728ae90bab123cedebdd0b451c9e1a73b2 0.35 MB 927 38
330,679 330,679 0000000000000000165623ec57345a0f6ad3c8639e1ba709214d776212876cb8 0.20 MB 342 23
330,678 330,678 00000000000000000773f6eb83da9388a7dab5084ead183609bc51a9caf53b9f 0.34 MB 180 10
330,677 330,677 000000000000000019fccf7397f013cc5cddbc8a5d1dd5912bc3bb9841878cfd 1.00 MB 2,117 32
330,676 330,676 000000000000000006ee25cc80ed1303a3516867317685022af56a71d114619f 0.45 MB 702 24
330,675 330,675 000000000000000015b2d0daf760eb6e3ec4fa3776a8aa4879dbc7ca26beac68 0.03 MB 41 6
330,674 330,674 000000000000000014252c5b0b15ffdff44339421719237b7aff12c20699efb1 0.32 MB 588 27
330,673 330,673 0000000000000000165a2797f6ea3ee08406dd903c548e3c8bbcaa09f90ed123 0.30 MB 519 26
330,672 330,672 0000000000000000014efcfae4b333dd7eb53c6977889f817b312f64ba7dc00d 0.25 MB 375 25
330,671 330,671 00000000000000000d042cf1a86c6b53a85f948da4dc7e77dee9e2666df377d3 0.19 MB 366 27
330,670 330,670 000000000000000010339c0ec055a94a28cfff7d87cd65949d7224d358104bd0 0.33 MB 738 29
330,669 330,669 0000000000000000096fbc44a75407c0be208a5bb72ec7942265c6207e519959 0.06 MB 106 22
330,668 330,668 0000000000000000135821f24391f13d346f7ccdc1cad8d35d18ef95f681f43f 0.31 MB 720 29
Previous 10 blocks ↓
Total Size: 704.56 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,654.03 GB sent, 241.58 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.