Memory Pool Memory Pool Refreshing

7,865 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,206 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (817,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,701 90,701 000000000014751ae3534ece15c67d140fc031c6445ec2da6dbe651a33d4ffff 0.00 MB 3 0
90,700 90,700 000000000006ef0393d6685305b0649a5d30b5032367db7b6a1cc3f8c7be332b 0.00 MB 1 0
90,699 90,699 00000000000eef2391ce8b2e72f4171bf5c1f39ba504b03faf384d27598109a8 0.00 MB 1 0
90,698 90,698 000000000010e4037872138a1bd5bf93dccdc2ff9d8c20c1d950370777e12c15 0.00 MB 1 0
90,697 90,697 00000000001153efc05807eddd912d2f51702573aebcad34c58b97bb9dd668c1 0.00 MB 7 0
90,696 90,696 00000000000600fa9284df0059445962a3b14f7d157e5bdec527fc412382cc43 0.00 MB 3 0
90,695 90,695 00000000000def96cddee1ee7f0f9a72f566d8130f544be2ba74e988b52216c9 0.00 MB 1 0
90,694 90,694 000000000007fcda57fbc55469fca49715b8283e1277d704e358a836e4dff1ed 0.00 MB 1 0
90,693 90,693 00000000000599b146d02369a9fd499c9acd3810f7a43adac3f7fcff03e80573 0.00 MB 3 0
90,692 90,692 00000000000c5f0dfbc3bc8bec529bbbaf28efd40e612a4c7cf7b94e6ef08207 0.00 MB 2 0
90,691 90,691 0000000000001506de671e306ab781c8df9b479f53a4f87ec33bb03b1cd30511 0.00 MB 2 0
90,690 90,690 00000000000184bbb7fe54da0f0222a2f6285fa7e3372edff9920f68ffe41f55 0.00 MB 3 0
90,689 90,689 000000000007ac431072811623af3976811d2150a966d8aeefca90f38e7786f7 0.00 MB 3 0
90,688 90,688 0000000000058faa85a7a32cab030f34240e2269d8596a4b615109c824c6c7ed 0.00 MB 1 0
90,687 90,687 000000000011601d163a016a226c1a3102d64ca89311a006c495136d23fc969e 0.00 MB 2 0
90,686 90,686 00000000000891bf1e3ba4c6753b3b2a044761d0aad02586f8d79c481cff5377 0.00 MB 1 0
90,685 90,685 00000000000ec3a37edda30d6b870880a3688a81ce01e2aac4ac92fa08e45104 0.00 MB 2 0
90,684 90,684 0000000000052d169b5a5e45f75beffedff3a49515999157d6f661e40c0070a8 0.00 MB 1 0
90,683 90,683 000000000014737b84df5cd0ca7bdc33574659592d9dc17d78fb07a8b87efcb2 0.00 MB 3 0
90,682 90,682 000000000001dbc64561cdb059fa8e16a44d82a87b57624adb1359a6a432cf3d 0.00 MB 2 0
90,681 90,681 00000000000120bccaa8d6b492ffe8dbae2e007408da949fb00f268a9c855a1a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.