Memory Pool Memory Pool Refreshing

6,146 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (13,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,308 894,308 00000000000000000000d466223aa9d05bfa3a06752a9209b87a4c3a56df7651 1.74 MB 2,566 3
894,307 894,307 00000000000000000002338faf48876fab58defc4da2007eab3d022f685241db 1.61 MB 3,211 5
894,306 894,306 0000000000000000000162bf071069c358d0c5cc5b2bfba27244a3501f8e768e 1.60 MB 4,122 6
894,305 894,305 00000000000000000000998510aa5af27851374ca8e6df7c72294e15b01e65c4 1.65 MB 3,568 8
894,304 894,304 000000000000000000023276132b06f4b08a9e5c85a1e5ac35a54a9d8172652d 1.62 MB 3,638 10
894,303 894,303 000000000000000000011e97998004369c0ba1e93ad348589f4203e57c0e5ddd 1.60 MB 3,073 8
894,302 894,302 00000000000000000001c7a2c35cf17f660e0b4640a0f4264d421383214af70f 1.53 MB 3,569 7
894,301 894,301 00000000000000000001f5b9167b56c1f03d8713fae80ba40c852120faf3971b 1.76 MB 2,813 2
894,300 894,300 0000000000000000000113fcdfd16c2148783efc5c90b0d9308a9ff0bc9c281c 1.70 MB 3,154 5
894,299 894,299 000000000000000000021f9ab4294e2ca43f91df26b994b52e063f477da919db 1.75 MB 3,408 4
894,298 894,298 000000000000000000022c7c8583daf432ee3aa49b58d8c7573020d52506f55e 1.64 MB 3,752 9
894,297 894,297 00000000000000000000e28b8b48e50f3aeb69960b10e4e42233f7d6f890e55b 1.66 MB 3,418 6
894,296 894,296 00000000000000000000c9620513a26de2805ed7fb4497bc94a31f3fcdcde9c7 1.69 MB 4,713 3
894,295 894,295 000000000000000000014f2d32dd7952ce1ba6658614c7016502f767addf385e 1.73 MB 3,785 4
894,294 894,294 0000000000000000000169640fa91e1be76b2b171b67166080d150b6132924a1 1.64 MB 3,886 6
894,293 894,293 000000000000000000020714f8ddd2c543087b74c6369fcc75692798c4f5426f 1.75 MB 3,480 6
894,292 894,292 000000000000000000006e9405d9887385fec764d421d977b92689f9c8b50711 1.62 MB 3,726 8
894,291 894,291 00000000000000000000b7a4a24eef784344fd98ccf7cd4861ce4a763c7efe8c 1.62 MB 4,203 9
894,290 894,290 00000000000000000000f29968445c350453eb8ffe73a573b543aeb42c84469c 1.55 MB 3,898 15
894,289 894,289 0000000000000000000224d4e902c74188d3f43547a01b83ac84f1787c8aef8e 1.76 MB 4,032 4
894,288 894,288 00000000000000000001b5f00cee6738ac62032dd46845e9d9cda2a9a18ea0dd 1.74 MB 4,314 4
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.