Memory Pool Memory Pool Refreshing

6,915 transactions (2.81 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,847 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (875,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,190 33,190 00000000a6badb4599a422976d23c114a7f069a20eecec3092547d43d15d1433 0.00 MB 1 0
33,189 33,189 000000003729adbc25770d22ce589ffaf9cc20088bff7ed04b851bc378478b47 0.00 MB 1 0
33,188 33,188 000000004549c0154c2fa2fef32e87b81bdc020baf0a83175d6afe0583cf1cb8 0.00 MB 1 0
33,187 33,187 000000007d4e539153709fa4def6add263f80ce3e341df78c3b22fe1898fd891 0.00 MB 1 0
33,186 33,186 00000000cec61a1470c55080686d56564bd2692b0ae857e326c84276ceb04227 0.00 MB 1 0
33,185 33,185 000000008da13450ccc252d5a97e0aa88d8382f1e2133a6cc90caa4d692772db 0.00 MB 1 0
33,184 33,184 000000008db277a99ef0650e0e055cd07fb05eaaae2a4d0811358288c26cea4d 0.00 MB 1 0
33,183 33,183 0000000067055d76a5a3d812e105cdc82f8f9fd0590a305091dbdec787169468 0.00 MB 1 0
33,182 33,182 00000000b9da59db6cc9ee301be1880c795c9d0ff14b842acc60d9a243c709fe 0.00 MB 1 0
33,181 33,181 000000007c3352ef27401df0904dbfe169023b4eb33bc8830b1626adc39579ee 0.00 MB 1 0
33,180 33,180 00000000cb9fd4971fe2fd6883a040768ce9e5a395b59c5bc7e19b56d557941d 0.00 MB 1 0
33,179 33,179 000000009029fc5c2f944458bfb7fd73a949dd4a0b33c84cf99bc8be7ee6aca7 0.00 MB 1 0
33,178 33,178 00000000445d98f142716a78c8604a6878437a5cc0ce73cb24ea31a87f01ec02 0.00 MB 1 0
33,177 33,177 00000000ce1a72e51fe77ece09f9f0e8c0df538190111cd2541f64ee27b53b7e 0.00 MB 1 0
33,176 33,176 0000000017e99c75bdcd90cdd7e02086f97898a2c0b03e4f4f5a934f42f8319a 0.00 MB 1 0
33,175 33,175 00000000cdf91cb7ecc5f0412b23888f0db59515c9cc6190e9d935c7875be34e 0.00 MB 1 0
33,174 33,174 00000000396aac5e7f2d2a0ba50fd2a9f7b89274919dc61f4fcb7ce29f40ac09 0.00 MB 1 0
33,173 33,173 0000000022bc118169ed58df386ad0832e05613952c0274b60656ed59d2f9c29 0.00 MB 1 0
33,172 33,172 0000000039072b1959510ccd43ec29b441e7b9b69d1a954825f60573c0850082 0.00 MB 1 0
33,171 33,171 000000008e71e0e5694e144b0d6866b3605eeed649b8e4b9018e5b80a82de03d 0.00 MB 1 0
33,170 33,170 0000000095706d7bb14e395ddd8360e3610f31b89e9b82efd880a668fd99a192 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.30 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,861.96 GB sent, 103.66 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.