Memory Pool Memory Pool Refreshing

75,112 transactions
33.86 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,131 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 4,086 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,130 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,130 873,130 0000000000000000000026d867ca5ed882ee18f765212fd6bf70adf1762524aa ago 1.60 MB 3,682 9
873,129 873,129 000000000000000000026d4ff923868e15d5a10fc497fa8bba55bc62c4001442 ago 1.59 MB 3,470 13
873,128 873,128 000000000000000000019113934eb01663692cdb4bfb9dd1b09a9dc754889f37 ago 1.54 MB 2,909 13
873,127 873,127 000000000000000000029b1ed58a629db51c35baf209dac5f4b72a02fa48eb35 ago 1.63 MB 3,438 9
873,126 873,126 0000000000000000000144312c6297609756824bb42eb045aef957c5e2c83eec ago 1.69 MB 3,503 12
873,125 873,125 0000000000000000000127396555ef9bc71001698397450583fdab4090604b58 1.52 MB 2,995 9
873,124 873,124 0000000000000000000177ded35c6e1fa941ae01b6aa8a4d8b93cb83273ca998 1.58 MB 2,748 9
873,123 873,123 00000000000000000000f50d29d388357ebe9c37b6991a8fb8dca610a0b11f3b 1.58 MB 3,291 7
873,122 873,122 00000000000000000002a281b2ccd442df676d4c3d21a8183907181c742b070a 1.59 MB 3,640 7
873,121 873,121 0000000000000000000109d9d82521d0082da80f2894b0b595e0ece3edb6d92b 1.59 MB 3,113 9
873,120 873,120 0000000000000000000023aa34a2926bfd9ceea5ecfeb21e5ac198bd51325cd3 1.53 MB 3,304 8
873,119 873,119 00000000000000000001f6e3701b404072a86c7f271dcc5f683c96124092358e 1.74 MB 4,138 7
873,118 873,118 000000000000000000004330d46fb28f8fffd2c702eba3ca2a8ebd66f28f1f3e 1.67 MB 2,789 6
873,117 873,117 000000000000000000019a0e91b2cc87b12175761656c448c201718ca831dddb 1.55 MB 3,201 6
873,116 873,116 000000000000000000009fe04b390a3486cc71b6b4373269345c3baff31c61a9 1.64 MB 3,674 10
873,115 873,115 00000000000000000001e3bf37258301d0c5b7dc89769cfe393e0acaa00795fd 1.54 MB 2,781 8
873,114 873,114 0000000000000000000074338f22732a317680237c3711ee070d91b367daaf13 1.47 MB 2,570 8
873,113 873,113 00000000000000000000061dfc4065d428e0a64ac017aa8915510eecd5df2fd4 1.44 MB 2,586 9
873,112 873,112 00000000000000000002335d7469b653230682f2aa757cd5351311eeb410660d 1.37 MB 1,429 8
873,111 873,111 00000000000000000000c1553e42611dc08642cfe272e360659169da4adbe627 1.38 MB 2,499 9
873,110 873,110 00000000000000000001b1c18a58ae5d493af37a6017a7049b56231e616d0bb3 1.62 MB 2,526 8
Previous 10 blocks ↓
Total Size: 705.28 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: 2,668.68 GB sent, 246.14 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.