Memory Pool Memory Pool Refreshing

5,625 transactions (2.10 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (831,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
76,812 76,812 0000000000375661f9b7ed0ee0985e384d6b68ca1aaab1d7a8309907f97a884e 0.00 MB 1 0
76,811 76,811 0000000000027cd58889b739de5477e5aba01475109e00e168625c9f0406ed2f 0.00 MB 1 0
76,810 76,810 00000000003fd89d63322f1540c23e31b3d8c053769dcddfb1147fb57d3b236e 0.00 MB 2 0
76,809 76,809 000000000010328e0152c372c5300c906a4e47b5be706c8584677f5ff95d524f 0.00 MB 2 0
76,808 76,808 000000000066ab5e00782c0837cdaa9e7f1e40b914af8f47d04f7727d1c2a362 0.00 MB 1 0
76,807 76,807 00000000000d525a078455ff0a11df826940e8c51a9d4dcc98b93399c94a6ed6 0.00 MB 2 0
76,806 76,806 00000000004654e57d0a5a2edc62e509aadad9da4994991985283e6ad77244dd 0.00 MB 2 0
76,805 76,805 00000000002cd5d32aa9c12295b288be965eb93c1b10c4b4b075ace34a4f2da0 0.00 MB 4 0
76,804 76,804 00000000000c8c3cd02f6343ff671bc09aad0ff938b11774a4e06239d43a1909 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.91 GB sent, 102.78 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.