Memory Pool Memory Pool Refreshing

1,289 transactions (0.36 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,856 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (822,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,227 86,227 000000000014c50f38110415b4779ffe1d91f265b4ae032ff8b5531ca4c1d726 0.00 MB 5 0
86,226 86,226 00000000001327b08b6e10f1bffb1e52a2242aa2e735464f823af006e6379676 0.00 MB 1 0
86,225 86,225 00000000002d474d9be8653bbf85734b8daefe0d0c1e33c7b3b30e8adda27689 0.00 MB 1 0
86,224 86,224 000000000002f7d299e1596d68ba189079539c2545f1d8988ef970016b41ec2d 0.00 MB 11 0
86,223 86,223 000000000023cb36c828e9120042be05a9ab53ffe097ca991a4d4f0efd4156ff 0.00 MB 2 0
86,222 86,222 0000000000005f6b7842fde6061dc84217d397179d9fb07c7a406e9325fa7a2a 0.00 MB 3 0
86,221 86,221 00000000000c98c740cbae2378f554aff2de4367750e9798b1035c1630268830 0.00 MB 5 0
86,220 86,220 000000000002f3b4aedb79dd0f1adf834addc9eccd0e65be43c6aa68c6037501 0.00 MB 4 0
86,219 86,219 00000000001b2d4f636942d64c3d10278e12425ad0768fd34726f3bf7b9df538 0.00 MB 3 0
86,218 86,218 00000000001792618f6a8b31793f92de32ae49147d57ac0ed0b8d3201eb7402e 0.00 MB 2 0
86,217 86,217 000000000027cefa6e7a97122ae0245b364bed1cdfebc807db5597eab64764c1 0.00 MB 4 0
86,216 86,216 000000000028671cde0c8c13718ab0634073b033d888cd48be3aabe8a54d0769 0.00 MB 5 0
86,215 86,215 00000000001495295c1e61ce3e573a42ee6321b924af63c172b9a9e14b412479 0.00 MB 3 0
86,214 86,214 00000000001cf1641516fe6a3e0c9e03c38bd98440862f60aa768a289ea9fbf5 0.00 MB 2 0
86,213 86,213 00000000002aca0715e2cea46537ea50f2324facdf6aa0179284dba10fcf4538 0.00 MB 1 0
86,212 86,212 00000000001a76ae09a046514339caae6c738188b4bd8f45bd9867f64d4d8896 0.00 MB 1 0
86,211 86,211 000000000004c4310676cd23a299894722984656055e38c2157da090454fbf4a 0.01 MB 23 0
86,210 86,210 000000000018c9b1265dd8510d78acbdd0d30d352fd1a4344c0d38f4e28fcf5d 0.01 MB 27 0
86,209 86,209 00000000002a306ef89dcfec47c7d50d9e58a5169efbf8cf6654ff3d3d52f7dc 0.00 MB 6 0
86,208 86,208 0000000000116fb69bbbcde83a2f04037055c899c8c6702bfeca2b48919087bd 0.00 MB 15 0
86,207 86,207 00000000002318b246c6735f14c19a39e0de7e8a7630d4cf47aace7d53d1aa04 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.28 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,860.01 GB sent, 103.51 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.