Memory Pool Memory Pool Refreshing

15,302 transactions
34.15 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,161 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,381 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,160 (326,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
535,178 535,178 000000000000000000162cf05ff9eced96eabdd797c96b0123a06fd3099c795f 0.04 MB 77 7
535,177 535,177 000000000000000000245689a22b7ff082e711f2304bc812a9a11a22bcc95ae8 0.28 MB 655 17
535,176 535,176 0000000000000000000e575d7d07e6b0a8c906229c36d8264468146996e0de59 0.54 MB 1,070 19
535,175 535,175 0000000000000000000c465063cbabc18d16f776c1f17fa594663308bb654d41 1.14 MB 2,807 222
535,174 535,174 0000000000000000002abf1c4d6e92ac09a7f190c41b12e4e276ec34dec06f79 0.71 MB 1,161 13
535,173 535,173 0000000000000000001ba6566488129eaadbb6f846aa04b948aadf523c557b04 0.51 MB 1,086 16
535,172 535,172 0000000000000000002d43defe4c4f7452c17d61900831a18512b52ea8e956b6 0.03 MB 63 7
535,171 535,171 0000000000000000001273432a1101eb863850292a4f4a6b346a835fadda3a96 0.90 MB 1,776 17
535,170 535,170 000000000000000000144b7125e902e5eb48ae69c6cfe6c6648b49baa9e58593 0.96 MB 1,879 24
535,169 535,169 00000000000000000018e622d90154742004f552cb789cd64b8ca5f48dbb0d56 0.58 MB 1,014 12
535,168 535,168 0000000000000000000a48a4e85b41fc61212e4ebde322bfa13038d0cb2f652e 0.00 MB 1 0
535,167 535,167 000000000000000000060f353c707958dd8318eb21dd0e47275724e09720ebb6 0.17 MB 259 10
535,166 535,166 0000000000000000000c57fde5e2943f3c36cad86eeef864a3c56c86bca3c102 0.85 MB 1,535 15
535,165 535,165 0000000000000000001f404f32c37397b74399db50724406fc69cc360363d043 0.20 MB 367 16
535,164 535,164 000000000000000000111793872a947ec1bc38e179c07b0f29b644392737e8d4 0.46 MB 740 19
535,163 535,163 00000000000000000000f92742206895cfcaff8603875caee841b6b496b2767a 0.36 MB 648 15
535,162 535,162 0000000000000000001299457f66872ba4f97fa3a57b946694bfe0b6ec29965f 0.02 MB 60 18
535,161 535,161 0000000000000000000e82e2ece9d2c02c47692b49fe69a27745834e9f6a7e49 0.47 MB 874 14
535,160 535,160 00000000000000000017858405180a2519047db0321bbca12861c80eead2c17a 0.83 MB 1,554 18
535,159 535,159 0000000000000000001a2638321c4a639200516ec156a31e80739a369b217ba5 0.30 MB 628 9
535,158 535,158 00000000000000000014f933e79e5993f2cb74985a0fc0e30b5fecbc914bba7c 1.15 MB 2,135 16
Previous 10 blocks ↓
Total Size: 684.47 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,343.91 GB sent, 101.33 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.