Memory Pool Memory Pool Refreshing

36,127 transactions
30.94 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,249 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,248 (335,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,811 526,811 0000000000000000002b236a66a8344f0ceb306186ce1b926197db596a36e330 0.22 MB 520 26
526,810 526,810 00000000000000000007180c602fb8f18bd93685805a0b0b76f09053a350abcf 0.09 MB 241 21
526,809 526,809 0000000000000000001fd9243c57910b96c126db012038a81fe85e7bcd498795 0.02 MB 65 16
526,808 526,808 000000000000000000098bfa08e31ad9c8e289b85d18869f2912c25244897796 0.21 MB 431 15
526,807 526,807 0000000000000000003807bd426604e38165a962701c4a01cc22ef7b4a65d4e0 0.23 MB 378 19
526,806 526,806 0000000000000000001134fb16533ea9d2b552d20a9a5602f6d7cf0515fed775 0.39 MB 725 29
526,805 526,805 0000000000000000003650292c958b0ea952088ee91db3b4c1411723a175418c 0.09 MB 251 35
526,804 526,804 0000000000000000001a27dbac214ebf05ce012b09730a59b19e21f9c2a1f866 0.11 MB 258 25
526,803 526,803 000000000000000000263db51835f3f35d511a6b0bd5dccbb69543dd1c90ee58 0.02 MB 48 10
526,802 526,802 00000000000000000016713a7d1049b908162f474a933116dd782239e5cc2ffe 1.18 MB 1,821 8
526,801 526,801 00000000000000000003c713b1c3c3d03408fdc1359731609bfc9dfdcab2d1c6 1.13 MB 2,359 27
526,800 526,800 000000000000000000092ef280f5526aedfe6bdea385be816a960fe552349960 0.75 MB 1,094 11
526,799 526,799 00000000000000000035928d2d2d33eb16a0dac01e761ac3218d9bbfc592b3c0 1.16 MB 2,561 20
526,798 526,798 000000000000000000036f0e7f8461b25c72d657476ee2ab3ac22ce1fc2c5dcf 0.91 MB 1,736 16
526,797 526,797 0000000000000000002fb8e9f64f721e811caeee36f70423557b962f18598776 0.37 MB 531 17
526,796 526,796 000000000000000000012b624a633bc0ecfc8625990f272e62c6b15fcf063a4f 0.39 MB 530 19
526,795 526,795 00000000000000000030cffedbd5c6ebf718fb77318ef683e203e394ead411b4 0.61 MB 884 12
526,794 526,794 000000000000000000365bfcfca92b1bb60ea74719456a263fe69d1b471a18c4 0.54 MB 950 15
526,793 526,793 0000000000000000003315df8a7e5fafab2f6ee30cc128df279a1f9695bb2456 1.16 MB 2,028 16
526,792 526,792 00000000000000000008d066698013fd248173024c75c0ac6bf77fd23cdd9433 1.13 MB 2,328 26
526,791 526,791 0000000000000000000cecf7a48ddee366b000709aae1bd3d6e6e3265bdce2fd 1.10 MB 1,456 8
Previous 10 blocks ↓
Total Size: 684.64 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,358.91 GB sent, 102.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.