Memory Pool Memory Pool Refreshing

2,794 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,636 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,787 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (811,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,706 96,706 000000000005f116e232043850bf99a3b3263cac2f0fc8b3c6645fb1259210cf 0.00 MB 2 0
96,705 96,705 000000000007f0d0566560aeae358567a6980876639a8408e6dd2bd8b606d18a 0.00 MB 2 0
96,704 96,704 0000000000064fdd98f44a989ab0a894da479e5f6234495285aabc7b754e30e2 0.00 MB 1 0
96,703 96,703 000000000001d42b112267309e43c1acd008c562909d4ea4ae11b8ecfdfd354f 0.00 MB 2 0
96,702 96,702 000000000003ad160f0bb716801dc4be3383f0a636a648f12b4f292661cc2038 0.00 MB 1 0
96,701 96,701 0000000000021e63af5111a7aed484425a42c1dce5bb22bb854418fe380daa05 0.00 MB 3 0
96,700 96,700 000000000001715eb0c743a5fbb813ea4c103276bc6d3c9b21cb9491860780d9 0.00 MB 10 0
96,699 96,699 000000000005d770e54f0b8ad054e752b9ac3d5cd7ee283b9b6393ef9edc4791 0.00 MB 2 0
96,698 96,698 000000000006a85d3cbbcd393a081fe1d4dd46e7b86ca8fd6e2820236d9f45c9 0.00 MB 1 0
96,697 96,697 000000000008186959f14f5fa3282da2640250b07e92253cac6aacb09824378a 0.00 MB 1 0
96,696 96,696 000000000001c7b1f2272d2ffc295ab639d7ceed43b30459e32093a3a85e1000 0.00 MB 2 0
96,695 96,695 00000000000766cd0054019dce52b680a2e9bce03a196d28d3e820ac1d3a853f 0.00 MB 1 0
96,694 96,694 000000000003a5a0f7b411edbb74a1456c88d3c646c87bd7f7536b260d680844 0.00 MB 4 0
96,693 96,693 0000000000074542bf7a6735fa225275ac4461f4478dafb02c3ebb428e08bfea 0.00 MB 1 0
96,692 96,692 000000000004a5ed00901d90f72d030f2f3992db4e15558780c9ca206b0c1eec 0.00 MB 2 0
96,691 96,691 000000000003e6e4428d5e0a4c9e3bf59707d2c6edd7714cf0bbcfdef1ac4f77 0.00 MB 2 0
96,690 96,690 000000000004dddaf651f0f51be03c3feb8042311991abbd592f054b7747ba85 0.00 MB 2 0
96,689 96,689 000000000000e968f22bf84495747c885df3b307ace065f92f6c6078d171734a 0.00 MB 2 0
96,688 96,688 000000000005a9dc55888480079da075c8f9100d9949ce1c1a40407ab85e08b2 0.00 MB 1 0
96,687 96,687 000000000003dcd693ca2807c2f2880cf50e5de454ea18c6fe9291a0552655dc 0.00 MB 1 0
96,686 96,686 00000000000533c0c9995296d075049b27f4d6bc981cdae1fe75232d8c04c28e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.86 GB sent, 101.31 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.