Memory Pool Memory Pool Refreshing

41,405 transactions
34.84 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,990 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,864 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,989 (539,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,607 323,607 00000000000000000ceb21ff9161a2805befd24fef054d708288adecdddce18b 0.13 MB 320 38
323,606 323,606 00000000000000000ec36112e882eb62da6a6680ff2a9002f1b245360aae0cfe 0.05 MB 110 29
323,605 323,605 00000000000000000b46611bebea662ecbeb1400ba65e1ceea394e5f0593bcf0 0.10 MB 152 22
323,604 323,604 0000000000000000018bf8dac6091b1803f9b0e5f03dd6f875ec6d16325db1af 0.18 MB 399 40
323,603 323,603 00000000000000000ec6709050066d0aab44c7c429ea1ede0e3c0f29a15197d6 0.05 MB 111 31
323,602 323,602 000000000000000015685f3e10184698bdc57b0b90950a78543aec0dea68e098 0.15 MB 266 36
323,601 323,601 00000000000000000795019c90be5db755573a33e34d71b1ce2e0e19cc0825ca 0.06 MB 127 38
323,600 323,600 00000000000000001cdb2fa16362636be6f99925a7e5f7eead0b0b4962acf0ca 0.11 MB 184 29
323,599 323,599 000000000000000003f27b085009952c01c347d10fd2471128111b5768648d86 0.11 MB 302 32
323,598 323,598 00000000000000000ede7e63b57e36d81bbdf1ef8ab6005266392c99b6677a37 0.18 MB 370 32
323,597 323,597 0000000000000000049458c384c26d657accec704b5a328a1e0575233790a91b 0.02 MB 32 16
323,596 323,596 000000000000000010ba43e87aec64de98fc7a0eea19bfbfdb47e15ada2de7f7 0.11 MB 245 52
323,595 323,595 00000000000000000320860c4cb190a1ed0ba09d92683a88ba79e7f9dfd8e5ce 0.27 MB 556 34
323,594 323,594 00000000000000000c412d1f758dd9cba08bebf06c7d15f0f3b65e5463dec7d8 0.04 MB 86 29
323,593 323,593 000000000000000000fc91df03bb1a073d965fbd10bae4f135c23d3132ae5f09 0.14 MB 270 32
323,592 323,592 00000000000000001d0f4fcfdcc09d5d9ed69dece2661c7ba5c8611f73256e37 0.07 MB 153 33
323,591 323,591 00000000000000001f3e823e8a5f0bf12a5f3e732236076c21f4611f9348d0e2 0.04 MB 49 21
323,590 323,590 000000000000000000c32f60119aad35e61242eee57987f08f7543e90c613c6b 0.08 MB 198 30
323,589 323,589 00000000000000000c36d7e97101d07aaeff9193beb5e75c89fa8c4637d4342b 0.25 MB 380 30
323,588 323,588 0000000000000000014e0618a784962a16be99205e4736024b822bc54abd4390 0.06 MB 85 38
323,587 323,587 00000000000000001bb56412a489896616b7a12a169de20859d4783195c57e74 0.06 MB 50 18
Previous 10 blocks ↓
Total Size: 686.08 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,415.15 GB sent, 112.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.