Memory Pool Memory Pool Refreshing

9,339 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (605,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,539 302,539 0000000000000000345d6b14648a7d305b9a590be5d37a0902729197ef804cbc 0.15 MB 120 9
302,538 302,538 00000000000000000d9a372603b235d48fdc2d212261e133955781e907323ff2 0.05 MB 110 30
302,537 302,537 0000000000000000234220ec2c48c79cd82ac406377f5515653f6dc4542caa8a 0.42 MB 771 31
302,536 302,536 000000000000000046d130f8a812cbac9c96389f7421bd8128503ba52fafb9bf 0.20 MB 78 12
302,535 302,535 00000000000000002e6068eb3cd4207e8747d803fbf05729609da9b2ccda1683 0.35 MB 623 32
302,534 302,534 000000000000000022b025e59ff8c12e57ec21eca3ab7b2cb126f067eae70117 0.02 MB 32 28
302,533 302,533 00000000000000000085e00ccfbbcd3e5dfab2c6026d645de65cf25a1a5588a2 0.39 MB 642 29
302,532 302,532 00000000000000005cb24983200c79a30988c291ef772fb8b565929258c33187 0.01 MB 27 23
302,531 302,531 00000000000000004b71823e5a0935583a647610af94af7aa3ff3de64d6c435f 0.05 MB 80 26
302,530 302,530 0000000000000000298bcf6d23f2ccba8fcaa7d9bb15a2dfaa8853a06256de74 0.06 MB 98 25
302,529 302,529 00000000000000004195643fae017729f11f068967f3b914e6fd1511bb58e5d2 0.04 MB 71 27
302,528 302,528 0000000000000000355d02c4a06f7d4f07b5cc39bd5df087384e168d3b66d52a 0.01 MB 35 12
302,527 302,527 0000000000000000184315434d826c9b5d92987bb1b3aa3b8cc334a8b47cc49f 0.20 MB 199 20
302,526 302,526 0000000000000000265b8c9e4bb1c2a527647b409729bc9fbbc72e93b92e6e9f 0.25 MB 574 36
302,525 302,525 0000000000000000340a77b58748fcc50e7564069bcc20b287c80b13fc904d40 0.34 MB 652 30
302,524 302,524 0000000000000000267902e39b87a4bbda3f3743919f288721e84aabaa86eadb 0.20 MB 232 19
302,523 302,523 0000000000000000489a61a9eadf81df797c3c90d30a29df06e95a725107a3c5 0.35 MB 624 31
302,522 302,522 0000000000000000433e013c440f0898201e4c2d206652a1e0556524e801262f 0.00 MB 1 0
302,521 302,521 000000000000000028761db6c4632ba7d16e3bbf7fa7ed1a85a601c89c63ea5e 0.35 MB 751 34
302,520 302,520 0000000000000000075f05ee0184a95d5264aac9bff79fabdf8cb2dfe9420d18 0.35 MB 560 28
302,519 302,519 00000000000000003e74752dfb1094599b25c2f6dd62d61cbc8e36887cab1abb 0.17 MB 305 29
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.