Memory Pool Memory Pool Refreshing

8,333 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,173 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (16,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,230 891,230 00000000000000000000cfb641b50608618fe23884071c250f8eba767f3bb94c 0.03 MB 75 7
891,229 891,229 00000000000000000001fd3c38019836802356bda35b93b35c1f0eb781b94621 1.50 MB 1,097 1
891,228 891,228 000000000000000000011df4fc666c9a8a59c6e87cf42fb905c00cc3e37d5e4f 1.50 MB 2,590 3
891,227 891,227 00000000000000000000c7a9387798163740de3dde928d30cc3662028840838a 1.63 MB 3,561 5
891,226 891,226 00000000000000000000dc79dd1d22e7fe6e86dc89e95ca9555da51687871837 1.69 MB 3,343 2
891,225 891,225 00000000000000000000b45f2168622845bf645f25d372854120ca02f55e586e 1.81 MB 3,154 3
891,224 891,224 000000000000000000017f6ec414b18eb8d195b74e2e39d764932983840b6046 1.66 MB 3,282 3
891,223 891,223 000000000000000000016e51732d0755b8648a3d353b222654ebccc2cfa5b288 1.42 MB 3,186 3
891,222 891,222 00000000000000000000688d6772c7e1e6b9e1e4fc0399c801e19fefa0157c10 1.18 MB 2,688 3
891,221 891,221 0000000000000000000177e23476a582791e5244e4f3993e250e96b7182e1d2a 0.31 MB 874 2
891,220 891,220 000000000000000000008d6c47cb6c14f9f6360ab440647a698bf52bd2bd5d9c 0.19 MB 356 1
891,219 891,219 000000000000000000000dfa27e39aab0f0939c9ec36cddabc7899df05673647 1.59 MB 2,094 1
891,218 891,218 00000000000000000000cb248f585ca7763eefd3ab8b92c40c701d5f41918f6c 1.83 MB 1,976 2
891,217 891,217 00000000000000000000136b8e1cd98cea409df82666975728d66ec23b701673 1.78 MB 2,712 3
891,216 891,216 0000000000000000000137f26cfcfdccbb9efb7c60d83fd47522573336a49793 1.72 MB 2,758 3
891,215 891,215 000000000000000000003c404d8b6f889880bc14048424bed09b0360ccce0256 1.77 MB 3,929 1
891,214 891,214 000000000000000000023bf565d921f9c55088fe031a7cf62ee9425d68ad5dd5 1.60 MB 3,637 3
891,213 891,213 00000000000000000000d211ba6be0cc06568f3b8039d25d49727d47fb8502a3 1.63 MB 3,840 4
891,212 891,212 000000000000000000022293a3d3642e289bdd46794435474f1828d74212e7e0 1.36 MB 2,075 2
891,211 891,211 00000000000000000001ee524c0b5d40447e94edaa043565d73fb01569e83e2c 0.99 MB 1,367 3
891,210 891,210 00000000000000000001c6498a71936b6b070afb51b7fbf0b9bdebad0847487e 2.69 MB 3,255 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.