Memory Pool Memory Pool Refreshing

4,282 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (617,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,733 290,733 00000000000000005c670ea33b1b27c68e3cf002bf5d2efd91b15d876dcba468 0.08 MB 194 33
290,732 290,732 0000000000000000872b4eec7a0a43b88b5ec5c53ea7261d35cedcd0ff69bba9 0.19 MB 240 14
290,731 290,731 000000000000000072fccd219d7fd68b4efe1fbae632b8037521800d60ce46b5 0.35 MB 975 47
290,730 290,730 0000000000000000f52a40503da4f3d77cb0688e69c1aeaf8cc263f381d7ca8f 0.05 MB 49 15
290,729 290,729 00000000000000001084cf69b0f43dd9729e9f5da92206a150a028d6424664ba 0.13 MB 339 44
290,728 290,728 0000000000000000f56fd93d8a2b806707c9a0d06f929a4d2e69da16269aef36 0.69 MB 1,636 41
290,727 290,727 00000000000000008d22f53cbf568600269bdf3619767fb9be07579b1a99ae23 0.31 MB 698 36
290,726 290,726 0000000000000000988128d6c87f5458396dadde42cfade96dc5ca430df02dcb 0.09 MB 58 12
290,725 290,725 000000000000000025da26b5ade25cc0494bfd0547ad79b84fd077f1e6c55714 0.12 MB 256 43
290,724 290,724 00000000000000002996c337c68e3fa16c053d581e3158da10f4116f6653356a 0.09 MB 170 36
290,723 290,723 0000000000000000b044a8928a179a6f614e7ca41b4864679be0534e20bbdc2d 0.11 MB 230 23
290,722 290,722 00000000000000009ff88ce5d2f4adda6892e99a7932b7dcb650aca2e3a66c78 0.48 MB 1,160 39
290,721 290,721 000000000000000054437b658b614a29c52183ea65301e74cffb5f87c2d6e7cc 0.25 MB 525 31
290,720 290,720 0000000000000000d51cdfaad19af1c96c33d869f94b56a22ec74d38a86c807e 0.02 MB 32 32
290,719 290,719 00000000000000005f12d3589aa4a3c124197d07c441b5f3d781e77f9bcb5f5f 0.35 MB 985 47
290,718 290,718 00000000000000001245d5e819cc45997a79772c0d549d5712ab727e62a6ffbe 0.04 MB 128 56
290,717 290,717 0000000000000000d5df9686890105e26ff353f810c227e1105cb5923bf96aea 0.14 MB 318 31
290,716 290,716 00000000000000001a8cb0e43ba815cd7bf4e4fcc7549c2e1dd67a4958e0873d 0.10 MB 256 53
290,715 290,715 0000000000000000fd9de797468620b50aace2bc0d9f8ee1e9d26bfe5de5c5ef 0.22 MB 541 42
290,714 290,714 00000000000000002a31e792b51dead90033f23225058fea41023d82394c13f8 0.35 MB 490 41
290,713 290,713 0000000000000000ef4a047ecc7077b7855626b9c9bf07e528e0c6ace2da30a8 0.45 MB 1,025 42
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.