Memory Pool Memory Pool Refreshing

12,043 transactions (3.68 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (832,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,833 76,833 000000000047a6f643874f4ba6bc46e5565585a122043456a5950ef971f001aa 0.00 MB 1 0
76,832 76,832 00000000001d75a3ad7e9d31293c66e445119d35b65b00ebddc76b7137817cda 0.00 MB 1 0
76,831 76,831 00000000006495fc313557cdeb337c926752b0989cfb18d45ccaeaabf6eeb835 0.00 MB 1 0
76,830 76,830 000000000017f839b439246919b1c5c78bb514b807e7b024593eadecffb159b9 0.00 MB 1 0
76,829 76,829 00000000005372c8ee0eca0d319b6e551c4f0add7747cad0518515ad15f1f4c7 0.00 MB 2 0
76,828 76,828 00000000000a0a06111eddce6e2a8ddd4002bbeca79621c269b767a9776f1965 0.00 MB 2 0
76,827 76,827 000000000064e078254130899924fc713ffb38ec4751762b0bbf9015ebc79898 0.00 MB 3 0
76,826 76,826 00000000004863e1980b84c87f3a854b1867dd98a8d5b4f4b512d0ac506788ec 0.00 MB 1 0
76,825 76,825 0000000000128b304a20d5e2e717d7a3fad03725f91d8b71988c264c594c0455 0.00 MB 3 0
76,824 76,824 000000000050d3b0ebe37612047ac44f3a67546af24334373153c5a26f419737 0.00 MB 3 0
76,823 76,823 00000000002ff4a0c40d6597a8f0b827110d4c3c70c07e327a9f8aa6e27174d3 0.00 MB 1 0
76,822 76,822 000000000037337395ec6b2e4786b6fc57f74130e55a478b32478076785e44ca 0.00 MB 1 0
76,821 76,821 000000000041c5bff6e90e48996da024baab909c630664339494e8466d25ab7c 0.00 MB 1 0
76,820 76,820 00000000005cbc8af9a7d45ae00e7cdac6f99d4feedb5972ed699a967e72fb03 0.00 MB 1 0
76,819 76,819 00000000004f767b1183bafe1312d518b3bd5ed11ea363881c18b35e8aa05fa5 0.00 MB 4 0
76,818 76,818 0000000000575acb3f781e61713b2f5492c78df46be524fa94ad3ca1b896879d 0.00 MB 4 0
76,817 76,817 000000000001def773aa9381976708903c0c0492ed3a1f4fe7fddd791aec4f7f 0.00 MB 1 0
76,816 76,816 000000000009df9136e2c43646879a441607ca721b2eb7ce8452dd9884c08a0b 0.00 MB 1 0
76,815 76,815 000000000022cec869f516fac48f259e54e13848bb23cc2fa90acd0649d8b1c5 0.00 MB 1 0
76,814 76,814 00000000000edd89e1b74fdf0360f766f1710f293869e7f0a985f030631f55a5 0.00 MB 2 0
76,813 76,813 00000000003953c99dad999ee6ca70643bf7b137ce8ea7fa3914275f26a3e996 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 GB

Node Information

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