Memory Pool Memory Pool Refreshing

16,695 transactions
27.93 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,085 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,578 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,084 (131,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,030 731,030 00000000000000000000327550da8c0c320cef06764555fc5bd25dece107fec5 1.34 MB 1,241 3
731,029 731,029 000000000000000000017d88224fa1cfb4eefc86bbe101be2563cb7bab022942 1.60 MB 3,059 4
731,028 731,028 00000000000000000001735a8f9d6bc61783f1115b6dc8fe8e92237f8e0b1cc9 1.57 MB 2,947 11
731,027 731,027 000000000000000000030cc5490cb929943026daadb59cc2ceb893b9416fabb3 1.57 MB 2,146 7
731,026 731,026 00000000000000000001c9f0cba6a5947fc70156adeedb50648a6d2d1a85d13b 1.43 MB 2,120 11
731,025 731,025 00000000000000000004712a19c5e09758539ce498599968dbb3e733f4b68075 1.28 MB 2,275 19
731,024 731,024 000000000000000000059bc44e64e93fceb639e400a2853a2627adc1b0812346 1.56 MB 3,004 9
731,023 731,023 0000000000000000000334a2299671f739b9e1d1e92a21c1b0bab85aa699a3ed 1.41 MB 3,410 16
731,022 731,022 00000000000000000000c23e898c1838c7ba83210811aca41269f742439be2ef 1.66 MB 973 4
731,021 731,021 00000000000000000002682d070ed2f76a4ecde5eff35f7f831c032f6113d28f 1.74 MB 1,722 5
731,020 731,020 00000000000000000009169bd7a9dda8de63ba56685b370a819f95e8f161b98b 1.48 MB 1,291 4
731,019 731,019 000000000000000000065260940cabcec0f451a1ce7c4986b2093f2f37e06884 1.64 MB 1,326 5
731,018 731,018 00000000000000000007fe63f78b9b42a5b1e762568e7a56cf80445adb059b2c 1.51 MB 2,826 7
731,017 731,017 0000000000000000000162d13863a0eca0484ac98c5806e60f4a8ed66d18cbb5 1.39 MB 2,459 19
731,016 731,016 00000000000000000005862a2f83acbd78b3468d51375fcc0fbbf1c12b09ce1d 1.21 MB 1,204 3
731,015 731,015 000000000000000000090cbb7123b6271cac3bd9d1766b76f4494abd2097a706 1.56 MB 2,256 2
731,014 731,014 00000000000000000001adb560c76d081db1cfa012cfc503f9a8e61883bba619 1.48 MB 3,038 7
731,013 731,013 00000000000000000000a1faef813a294f6d690e573319de34290425fba6e05f 1.68 MB 1,828 7
731,012 731,012 000000000000000000059e09e27c566435f6322ddf160c851d89f4a6e0e74394 1.46 MB 2,629 7
731,011 731,011 000000000000000000038d0210d3439e544d3c9dbe4c796ecbdd63d7506ecc54 1.54 MB 2,480 9
731,010 731,010 00000000000000000005e8cc61d4e8b5e8bd94866e837fec4052e75d3ec45a55 1.60 MB 2,863 13
Previous 10 blocks ↓
Total Size: 684.32 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,334.65 GB sent, 100.47 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.