Memory Pool Memory Pool Refreshing

36,608 transactions
32.99 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,518 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,517 (559,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,612 302,612 0000000000000000388e32e212dedaf744a4a518ce84b250d543a9479c5d50c7 0.35 MB 314 17
302,611 302,611 000000000000000024a29081ab27b96eff9ce369651fc75e5760cae1be109cf9 0.25 MB 591 76
302,610 302,610 000000000000000013ea3466a18009d7b03bb68a2bf25d616ea26618c7c54f56 0.50 MB 1,305 41
302,609 302,609 000000000000000032b40daa825192e123699ed11283a3b33062f688bc462e76 0.15 MB 320 37
302,608 302,608 00000000000000001eda81780a3797369c985ed15c91771411da3703d71677b0 0.07 MB 132 47
302,607 302,607 000000000000000026fb9793fdac1fdb008ce9185339dcac614cc30e489c5e4f 0.10 MB 179 29
302,606 302,606 000000000000000022bb847efe035ebd3087d67b4e4b7d57b7c43fd1a6d76e6c 0.11 MB 148 25
302,605 302,605 0000000000000000454772e53ac334365df109318a1a08b1c2197778ee0a4356 0.30 MB 505 28
302,604 302,604 00000000000000001a550a9629750f17432fecd77f1cf3c079d33b2db37e5ae0 0.30 MB 233 16
302,603 302,603 0000000000000000585718a3aa1dcf041eb73c4afea41e5ad8039564a9025dc0 0.25 MB 690 48
302,602 302,602 00000000000000000a4d72c6f0c714e8b0f4e847a9599110acc133cec97900d4 0.08 MB 101 11
302,601 302,601 00000000000000006584871a819f19d4fb9203526ce1dbb112e00e764166e238 0.29 MB 460 29
302,600 302,600 00000000000000001bdc0e53ef4f04fac11fa8e7f4b18bb70fee5e0156a9e57a 0.35 MB 877 38
302,599 302,599 0000000000000000195bf924b10936463428c340f5b2c192a67badc8855d1e1b 0.09 MB 121 24
302,598 302,598 000000000000000062eb9f6fac99ffc2fed4d9eb301e54f1de617a03f70f64c4 0.35 MB 605 31
302,597 302,597 000000000000000009d93aead81bfa4152b5a628579545f10bf3ff396bbc3b40 0.05 MB 99 32
302,596 302,596 0000000000000000518112781796472d52802310f19dbfc807552725dfc842e7 0.17 MB 225 21
302,595 302,595 000000000000000064a2c3e68a68eb08aeae9cfdbb837e9b5a2c8f593e6cb7b2 0.10 MB 256 55
302,594 302,594 00000000000000002312a9ec96e4eff3de2c9ebebe630afa6323e89caccd55c8 0.42 MB 668 29
302,593 302,593 00000000000000001ed061a05f9f2e51a1510a10889ee62133ff60c9cf4df0be 0.13 MB 133 15
302,592 302,592 000000000000000000c9bb315fc84d8369a0db6330d571d3979e6a665e3f2d0f 0.35 MB 595 25
Previous 10 blocks ↓
Total Size: 685.15 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,372.57 GB sent, 106.55 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.