Memory Pool Memory Pool Refreshing

3,938 transactions
3.30 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,666 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (893,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,473 15,473 00000000747747254be7ebe359e008ceadea55df89730fbce774d3992a1f6349 0.00 MB 1 0
15,472 15,472 00000000906017008123f09cd7c379f381d3b4955ff3aef642bf4ae3b7e8b2b5 0.00 MB 1 0
15,471 15,471 00000000099ca3c1edb191ef9b59ee8ebbe75479cd4b6615522554dc53e11395 0.00 MB 1 0
15,470 15,470 0000000066193fada24ba4c8bc413abe713c53926738411425ceec47d5f870f1 0.00 MB 1 0
15,469 15,469 00000000fca6feb7b49d02ed6a0c371e62ea83d237b17c30383fb3ee29621b86 0.00 MB 1 0
15,468 15,468 00000000c5e541c9f0e96ea0ead3ebc4fcaf8acbe93803fe1eb700e9fe8b97e9 0.00 MB 1 0
15,467 15,467 00000000e06a6a09d8c63220714b906337620fc5159009d7ba0ad8301507efe8 0.00 MB 1 0
15,466 15,466 00000000ea071f7b8e2ca72e967fb97bd89b80aad7bd50e4f9e033c165a812dd 0.00 MB 1 0
15,465 15,465 00000000e4a97275bf98b7bb50c291bd31d38b8f52103c2748bacb1b5459bb51 0.00 MB 1 0
15,464 15,464 0000000024a3f3fd2b4bef264edabefce71d55d16ec9dec5b6e6d727c34a4a7a 0.00 MB 1 0
15,463 15,463 0000000087bdcf4bb71355d4f62b15cf0814dd21741729c14f8c772284928d0f 0.00 MB 1 0
15,462 15,462 00000000524a8079c761443cc7740f41262dac54b9046dba209614fcc976ea39 0.00 MB 1 0
15,461 15,461 00000000f4dcd82e46778871c94503917136ed7ea968f3bbd20f8fd828a4fecb 0.00 MB 1 0
15,460 15,460 00000000ec46f69240d4779dfe114bcdfe259e01236ad5d0a9d873463a02f428 0.00 MB 1 0
15,459 15,459 0000000054ba187ab7bac3d67175ab76545a8c01538073df675e0b27d31d6c1a 0.00 MB 1 0
15,458 15,458 0000000085d0f8316051d0d77c86ef760463cf86c5230b097eeffc1e67c9e4fe 0.00 MB 1 0
15,457 15,457 0000000069c5583f41d1a9e94cdec4281256e41ab3eab18777b81b2012729507 0.00 MB 1 0
15,456 15,456 00000000191540c9fb4993e79b5115688f85a3bd60f3bb29200ba0e820ed0e23 0.00 MB 1 0
15,455 15,455 0000000020b26f6817664fc8fbda319bb0f96192649aa1d6101ed7eb97ff9db0 0.00 MB 1 0
15,454 15,454 0000000055564603bc501bea64a6ab7d23b5ac0f670d022e293defb12ae4344a 0.00 MB 1 0
15,453 15,453 000000008dbe4c9259635f69cca83e2662599ad2da0c4a292c8d824f29517dd8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.74 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.