Memory Pool Memory Pool Refreshing

3,361 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,290 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,096 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (896,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,299 11,299 00000000ec15dba0fa312e20319c5b6273920f46a64f19641f5a8ceccd73a258 0.00 MB 1 0
11,298 11,298 000000000797a9409f7f7ae4710156fe0440543daec0ea6ca634b4d6f7098ef7 0.00 MB 1 0
11,297 11,297 00000000e70b519ca350fc1bd917ea32b33c8200ca3920c0b70bb4d81b121c35 0.00 MB 1 0
11,296 11,296 00000000dfa50ab5751e4941097ed043bdcf599a18a8473ab572195ece213caa 0.00 MB 1 0
11,295 11,295 00000000363e86571678a97947151c82f6eb43718cd3bda8e604aa758ffd194f 0.00 MB 1 0
11,294 11,294 00000000d32afb962698ec9eb6d52ecb01efa24ddf57c13abf0e7a3b8eb3dcc5 0.00 MB 1 0
11,293 11,293 000000002859f5f217821462421e3e32be935602b13da1957b835015c88d510e 0.00 MB 1 0
11,292 11,292 00000000877bec7f88ecdc821ebdd05b45710220e0f284598fb030a9a8f50103 0.00 MB 1 0
11,291 11,291 00000000caafc3e92245f0b62470487d65fab9c2352c67fb4b668c17ad70720c 0.00 MB 1 0
11,290 11,290 000000009750dd1d43a1494428e62abec07ba1c3e4c888c3fa61c3db51e6526f 0.00 MB 1 0
11,289 11,289 000000009334828ca5c65c48d3a9e6477bd8a06772c202a40cb62ee6495a2c28 0.00 MB 1 0
11,288 11,288 0000000047fe777c2a0f79add9d0e525ef0b38f2df717a5be2e43ee7a2418a44 0.00 MB 1 0
11,287 11,287 00000000a091b086b75e03580e2e506482a010fb30ef615bcf3c783b4992b211 0.00 MB 1 0
11,286 11,286 0000000095cbfac5f3e479b993cdb80c947c18b48cc113b60324300b87fb05fd 0.00 MB 1 0
11,285 11,285 0000000093dee22d24007ac2f880a2b1bf43ec22de30569951a3a78778fe6e30 0.00 MB 1 0
11,284 11,284 0000000004fce1176c033fe959e3377b9d4e58471b67aaaf025ae2670ce8872c 0.00 MB 1 0
11,283 11,283 0000000061074ff67d71d9f8662b0e148cbcae735cda9aa08fa982b264e450bb 0.00 MB 1 0
11,282 11,282 00000000a12d1e745a94dfe9635ee4832406ddb736b60a0206a7e2b0ad713ec6 0.00 MB 1 0
11,281 11,281 0000000059f5e444e5bf44dc5e9cfa01d5b6319655c4b7fde2d89a7fa73e5264 0.00 MB 1 0
11,280 11,280 00000000a6f28351ba718ff368d4735ef455a76a52ef3fd9a0ae1c9cc9c1a3bf 0.00 MB 1 0
11,279 11,279 0000000076c8b86825249514a149de14cc557ff2dc49a3b1a95a98f2e6112863 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.