Memory Pool Memory Pool Refreshing

2,118 transactions (0.64 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,071 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,070 (875,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,259 33,259 0000000035d876989cd191e4a8d04ab9bb013d1776e4a2bdf0a40c45d39d599b 0.00 MB 1 0
33,258 33,258 000000005eecf1e4c2eda98bd3e797921946ab418ce04858061e2b22e19dad5f 0.00 MB 1 0
33,257 33,257 000000005b4b204c511c7fbf1fdeed75531a6b4a621163b5347d6a6c40393d4e 0.00 MB 1 0
33,256 33,256 00000000707c962d8dfb9ca32058e768b57ab10c0ca4a6f77ee27afabb015428 0.00 MB 1 0
33,255 33,255 00000000700c9bb4b5a12bb23148f5a02714d5b2ec0892c9198e333c7c119499 0.00 MB 1 0
33,254 33,254 000000008fb0990d430cdb2eae1a828a1030b87bd60d4205987a09a2f130978c 0.00 MB 1 0
33,253 33,253 00000000270f2f192ae0c40d37164adbb2fa2860655600d014fc90373a4803cf 0.00 MB 1 0
33,252 33,252 00000000caef696dcf6632f40d94008980a5e4da5d83fbb6b515f6c4e04efe85 0.00 MB 1 0
33,251 33,251 000000001318fc01575f0ad8cb5d58b52650d62289545e74b5599c5d5b7ac313 0.00 MB 1 0
33,250 33,250 000000003838be5eef6ae2d44c4519262fb9f738dd0ac52ef6608b1c409a0afe 0.00 MB 1 0
33,249 33,249 000000004b09b422e7990d536afae82cb97e25f8b39b5f08af9978f5453c0029 0.00 MB 1 0
33,248 33,248 0000000058f2cc8d14659aac8b2f94403956020acd900e19c0a02f16518aff5e 0.00 MB 1 0
33,247 33,247 000000008c5e0ee7376b8b52acb6ddcdb2857c810af890e1f0e54ebf919d2249 0.00 MB 1 0
33,246 33,246 00000000b803e40b446c9182282068d5f772b95c995ef617bf06b0838799dcf5 0.00 MB 1 0
33,245 33,245 0000000028682953cb498a7edb116892c07d2b68b8cffe48816a9208f8fff798 0.00 MB 1 0
33,244 33,244 00000000d45eca58165c62443e6187190a45d44660656f491b72d3a17448f99a 0.00 MB 1 0
33,243 33,243 0000000026f41c3100ca08504973e79febba82f058233e25a1e2d99d74fbadce 0.00 MB 1 0
33,242 33,242 000000006b04c3b9690b0f85873487779a6b5977fccf1ab75f41546a5d6e9985 0.00 MB 1 0
33,241 33,241 00000000689d3de8d28eafe45b780bbf16194c7edadcc92edc89ca066c690981 0.00 MB 1 0
33,240 33,240 0000000039af408cb962d29378d107280667625588b2577196d78060a763adfc 0.00 MB 1 0
33,239 33,239 000000001c0dba2d82ee210ebb04d7bd22c1196f2ae93027af3306ed682a7c8f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,902.35 GB sent, 105.89 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.