Memory Pool Memory Pool Refreshing

70,904 transactions
31.67 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,081 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 3,291 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,080 (137,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
730,820 730,820 00000000000000000005b4af9f308f8013208c6730a72d503e58d395a3b88b25 1.68 MB 1,657 4
730,819 730,819 000000000000000000054fd16097f96b833ee84161079c8334fe88e38f01ceb0 1.42 MB 1,834 2
730,818 730,818 00000000000000000009229147adc10d6e7c27a04cab3f78bbae1ee283b53a39 1.22 MB 1,362 4
730,817 730,817 0000000000000000000231691f3d9a199644fd3ceef44f8ce5b76faabc5541ad 1.51 MB 3,137 10
730,816 730,816 00000000000000000007b00554870a0b12e6ec3ac04e3ce1a30b4f1011a6cd59 1.30 MB 2,011 3
730,815 730,815 00000000000000000008a3965d1324f30f716733038f742cfa9c5f6296d16e7d 1.72 MB 2,089 6
730,814 730,814 00000000000000000001cc845d6410678f89ae9044d955944422c0e9639a9b6a 1.51 MB 2,419 15
730,813 730,813 0000000000000000000564aacee603a4af72830cc14cced3f2ff78f2eecc0aa4 1.63 MB 1,345 2
730,812 730,812 0000000000000000000630bad92c8799e0c4680626709f530f2ea31b25225f8b 1.48 MB 2,830 9
730,811 730,811 00000000000000000000e9ed4326c7b4864b0569b0ada7f36219fb618fc95220 1.56 MB 2,097 5
730,810 730,810 00000000000000000008ca13868de7af045b568d1173094c24d5ddc2cec812da 1.40 MB 1,116 5
730,809 730,809 0000000000000000000279f496b8b4f29e09ec67273329272461b420fb8a79d6 1.74 MB 2,071 7
730,808 730,808 00000000000000000000e3fcbfdbd3fb1e49c6b14f363302c76200e2789075e8 1.54 MB 2,765 7
730,807 730,807 00000000000000000003d1ada8cde41027babf0a936e4839586ca74dd68a0211 1.44 MB 2,429 9
730,806 730,806 00000000000000000004dab90f83386d89fd42ddb728cea6c94a5eed0ab4ffa2 1.34 MB 2,341 3
730,805 730,805 000000000000000000079a465ed14a83f03c7c23637e0829c4246fead9b54277 1.39 MB 2,389 13
730,804 730,804 000000000000000000063c220e6fa7d9f868e8e3682bf175827144626ba11653 1.40 MB 2,429 10
730,803 730,803 0000000000000000000760408523a1e58a402dd3ec47e90a38596270d689e70f 0.39 MB 671 8
730,802 730,802 00000000000000000009448c9098f6b1cd5cab95434af51b31f8206c646e3bfa 0.19 MB 280 13
730,801 730,801 00000000000000000008fb1250154f198cd10e309a75f9d01671f5247e48896c 0.32 MB 617 7
730,800 730,800 000000000000000000055be84d1e3bd330f5d1435ef6ff1a9af4ab594228949e 1.65 MB 1,687 6
Previous 10 blocks ↓
Total Size: 695.71 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,976.55 GB sent, 184.30 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.