Memory Pool Memory Pool Refreshing

30,324 transactions
32.18 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,812 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,273 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,811 (199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,612 863,612 000000000000000000014529de3e12eccdd2db9333379f34d639bc2658e1ba0e 1.74 MB 3,929 4
863,611 863,611 000000000000000000025f64de7c809c4142b33625218c7eaab47d0c163f6cce 1.65 MB 5,663 3
863,610 863,610 00000000000000000000aaa7ccf7e4362221d85b591f4b9cdaac85720d897eb8 1.64 MB 6,648 2
863,609 863,609 00000000000000000000d4b1ebc9f23f4f6a2a504907df6295537aeef93cf936 2.05 MB 2,495 2
863,608 863,608 00000000000000000001b8e11ca7a778b4d0b900839224ff7163a86ed6ff2e39 1.74 MB 2,409 5
863,607 863,607 0000000000000000000145bb88237856823f2dc4aff48a0c7a78a75f7212dee6 1.90 MB 1,154 3
863,606 863,606 00000000000000000001aa46d4f4300258dddfd9a2d7c91a014cf76aa1d78d9b 1.55 MB 2,912 6
863,605 863,605 0000000000000000000109e0bd9582a0fd118dc443aa343d6477d4fcccde809a 1.69 MB 7,065 2
863,604 863,604 00000000000000000002932bc82477f9ae2d73365ff44b995161e7ee979216ed 1.73 MB 3,908 3
863,603 863,603 0000000000000000000020b39a0a99d1f54972484a299792953e5edd0c197c6f 1.72 MB 4,010 4
863,602 863,602 000000000000000000028860d07b7a0e3fbd97a89bb81953328d952b9c758542 1.65 MB 7,032 2
863,601 863,601 00000000000000000000958d6f08c2bede7eba1bb390008d5062a0b8a6e2a9fd 1.59 MB 6,084 2
863,600 863,600 00000000000000000000a0c86357e07160f47a8d5993861d4ed752ab5110fed3 1.66 MB 6,718 2
863,599 863,599 000000000000000000006ec490c776ea7efb4295a99412cdeb8416e658cab803 1.65 MB 6,778 2
863,598 863,598 00000000000000000000f6166d047c3e4f31fd248593965198a238b5cd8b9b86 1.59 MB 3,027 5
863,597 863,597 000000000000000000011c009bb1534401779806f73e96562473a3aebd44b30b 1.65 MB 7,220 2
863,596 863,596 00000000000000000000bdee9dbbd3056d1b26b92fdcd34213f3c896d32c0783 1.61 MB 6,884 2
863,595 863,595 000000000000000000013aeb82f4e4aae17921f9474da580c7f8876623c66aa9 1.68 MB 4,249 3
863,594 863,594 00000000000000000001c057a958787c472fcfe655285cfa7893d072dd3e5798 1.44 MB 2,127 6
863,593 863,593 00000000000000000001dec9786a9ad567123110e032ff73696defb7674139cd 1.64 MB 7,268 2
863,592 863,592 000000000000000000006f10fa99f4f13b96dbd5add59c0f4ef1666d5c7134aa 1.57 MB 5,261 2
Previous 10 blocks ↓
Total Size: 687.66 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,522.81 GB sent, 123.28 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.