Memory Pool Memory Pool Refreshing

4,991 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (587,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,801 319,801 000000000000000008386dafa7272e04166a8537abfef77a571190ef1b0c6264 0.31 MB 710 34
319,800 319,800 000000000000000008f342937895e083f11ca3cec0254e865e12711609c59b21 0.21 MB 360 61
319,799 319,799 0000000000000000253793d6608285562d49d479613e9ecf814c1ea7a1c83f1b 0.30 MB 503 25
319,798 319,798 00000000000000000a6dfb048df81a10333ee3a4c0e3d9660ab6f53c52f76fb9 0.26 MB 317 20
319,797 319,797 00000000000000001ca170703fb794a6a41513f38ba43a1401c78a0a9be0713a 0.09 MB 256 49
319,796 319,796 00000000000000000a49f0b3250d7d75a595a266a18139008fa27115479bcc2f 0.05 MB 102 30
319,795 319,795 0000000000000000248ef51b5c9b761ea677c3c0f860f3d6ffc06158c6b3a3fc 0.08 MB 113 14
319,794 319,794 00000000000000000e581b3b8b2b015e09e7bbbab3b32bb2b3182a80b00c0c9f 0.02 MB 19 472
319,793 319,793 00000000000000000195b358ab3cde942fae59eba6cdbbffd6d137d3bd006703 0.07 MB 130 31
319,792 319,792 00000000000000000f68e8f468cf76f512cf472ce720a31b81c3095235e9a4c8 0.45 MB 847 25
319,791 319,791 00000000000000001fde15eaa9f2b9cadb2ad235ee2fe3a47887ad2d4ed45140 0.75 MB 1,084 26
319,790 319,790 0000000000000000136155a08e2e673a237e4a2e9be70e961ad317359e3f88c3 0.14 MB 271 31
319,789 319,789 00000000000000000cb444dcef0618188df1fa98c4dce5d4fbdb20603d1a4231 0.01 MB 25 24
319,788 319,788 00000000000000000cb623c08294541f0c68a0e8093d4a25da871806d441028c 0.26 MB 550 30
319,787 319,787 00000000000000000a90d15e4b1e063dc2ac6490afa9ec4647af718495df8472 0.37 MB 369 18
319,786 319,786 000000000000000000050dc445e74ff95e9091f98277b04e7c84facbb9e2f503 0.35 MB 602 28
319,785 319,785 00000000000000000235577372e7ffb7d2b63f90ca460e74bed14ceac9570021 0.07 MB 110 27
319,784 319,784 000000000000000000f46e61591d5621b333c6f72493fc39ea0f7085c66273a2 0.75 MB 1,345 28
319,783 319,783 00000000000000000f250b4ec9951f7c13e2b62b95d14eaa650dccecb1f6155a 0.17 MB 296 25
319,782 319,782 000000000000000011623a6b2a15d1e742198014b491fbaaae5070650eae76a0 0.32 MB 649 30
319,781 319,781 0000000000000000198aae100de693cd50ee25099e7c00831fb6cecc97193519 0.12 MB 221 29
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.