Memory Pool Memory Pool Refreshing

1,885 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,860 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (134,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,635 773,635 000000000000000000025a9b49925e60e3d2bda4f0baa69ab3b67361a414a713 0.66 MB 1,336 9
773,634 773,634 00000000000000000004725da55eca122def7ecddb1f70d5dee7321ed9ac19bc 0.29 MB 422 7
773,633 773,633 00000000000000000006690706f3ee4c717e57f16823cc58d1f1bf769960cd00 0.33 MB 575 9
773,632 773,632 00000000000000000006c976962a345241003d2ae501e154f8f5b889db51350a 0.96 MB 2,142 9
773,631 773,631 000000000000000000022c4ff691159b0817bba962acda4881bd90f598861676 0.26 MB 454 7
773,630 773,630 000000000000000000015bea0e1de0a588ab8bb128f08c4c5c01067c1203ab52 0.28 MB 536 9
773,629 773,629 00000000000000000000cb1194922a63fb7ab63429bdcd0262f98908c0e7210b 0.70 MB 1,203 9
773,628 773,628 000000000000000000011856d21fc5c8a46556530d16d99e5a1530ad7691248b 0.06 MB 155 12
773,627 773,627 000000000000000000064f979b1ecfd5be8b0b1c03cc0191c236bedcfa85a898 1.45 MB 2,225 7
773,626 773,626 00000000000000000001f9266d2ab6aa15f6614b0d3c8486320915b76c42bead 1.81 MB 412 2
773,625 773,625 000000000000000000038871d32794920595636131956e0d80d5d5d79c613ca5 1.64 MB 1,587 4
773,624 773,624 000000000000000000068098e9e2f6d229e7fbd3592a07d0378cd365e133ffc8 1.58 MB 3,724 9
773,623 773,623 000000000000000000062b4f30b874a31411335e5232489fd89c4dc827247d6d 1.28 MB 1,523 10
773,622 773,622 00000000000000000003f14dbcce68d91a3145d35043b60e3734f2604ef6fe87 1.42 MB 1,497 14
773,621 773,621 000000000000000000003110d8580313ec580141bfe846dac3935a89169e8c31 0.24 MB 384 6
773,620 773,620 000000000000000000024eb48593f77f4659c5fc024462ea672f8d7687cd638e 0.39 MB 683 9
773,619 773,619 00000000000000000001593bc2f2f03b70f3e4e654bf9b3baa177cac12c261fc 1.30 MB 2,899 10
773,618 773,618 000000000000000000063db15300cbeaa78256bec35f24f9da82f795c26e06b1 0.84 MB 1,964 11
773,617 773,617 00000000000000000001b31eda1724b1c124c1f2ca4731b914110d3865aae146 0.12 MB 256 11
773,616 773,616 000000000000000000034be63b67fc2f5b32ef2c72958d97875902144245dbb8 0.13 MB 150 8
773,615 773,615 000000000000000000025b458d943224828fbb252f53f7bf753c9b2f500a4089 0.65 MB 1,513 10
Previous 10 blocks ↓
Total Size: 769.28 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.55 GB sent, 94.33 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.