Memory Pool Memory Pool Refreshing

19,987 transactions
27.21 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,079 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,078 (50,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,988 811,988 000000000000000000028a87e6a0899ad85b5ba72a069aadaf04b796ae3e0b4d 1.31 MB 1,554 14
811,987 811,987 000000000000000000015904fa0ec31c264f9d690824bb6d31bde9cb2e984042 1.57 MB 2,707 16
811,986 811,986 00000000000000000002d95ae6b93fd17398c7d6648f09621f99d063e717e345 1.73 MB 3,536 24
811,985 811,985 000000000000000000028f23af21c96582618705e04411668971a3e9841a3c99 1.38 MB 970 11
811,984 811,984 000000000000000000019545088c27321a9780f16fb798651dedd6bdb6f9fb7e 1.69 MB 2,882 17
811,983 811,983 000000000000000000037ef6a76efa296fa152002287decb2b665de493791bed 1.53 MB 3,995 27
811,982 811,982 00000000000000000001b31017b82e0fd81e57d90b626662da34289d940ab204 1.69 MB 3,350 22
811,981 811,981 000000000000000000008defe8d109badfbe4fdd368aa720a4a129999969770c 1.44 MB 1,822 14
811,980 811,980 00000000000000000001f01411a6adf85a6863d1ad0cbbcbe0d1af0e4ba096c5 1.53 MB 1,497 12
811,979 811,979 00000000000000000003253980fa9e9f1ae4e17a50183b7f83163e31a1879b00 1.50 MB 2,900 19
811,978 811,978 0000000000000000000004b712d94464b607c21cb3d8619aefcd5063bc720c74 1.50 MB 3,316 25
811,977 811,977 0000000000000000000481fdb27283d22a767c4e8d4a273cc4d83ba87f787b9a 1.41 MB 1,467 11
811,976 811,976 00000000000000000004895dabeb87927586046cbd692e9e503e98e9d26ba237 1.57 MB 2,277 15
811,975 811,975 000000000000000000047f7620f4c7a1614bea5c605ef0ae8518f688b8936ff0 1.59 MB 3,508 22
811,974 811,974 000000000000000000012ab0d73224c3db74d198f7dced9882e463e5f6bfe3d6 1.53 MB 846 12
811,973 811,973 00000000000000000003797b4ffeea35425c8963b5265326db6dc13266c091fc 1.63 MB 2,005 15
811,972 811,972 00000000000000000002f33657dcc430c8f7b6d27a202406cc957e9f176af5e3 1.58 MB 3,325 27
811,971 811,971 00000000000000000002911fcf692c482aab2e43f90471e5bef15995eade53f8 1.22 MB 1,215 12
811,970 811,970 000000000000000000002f16d277c4e32a256b7519f6367734eb27afaf740307 1.23 MB 915 11
811,969 811,969 00000000000000000001d828c9ce5de96f2812bd2bad74589179144f61ee695b 1.72 MB 551 8
811,968 811,968 000000000000000000045398d6a068f172b35263022c957401c8994b9f0daae7 1.57 MB 1,526 11
Previous 10 blocks ↓
Total Size: 684.31 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.11 GB sent, 100.42 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.