Memory Pool Memory Pool Refreshing

3,149 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 3,149 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (47,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,632 860,632 000000000000000000029894ad27b601fc69c53f1d792e731beb48ab7182dadf 1.78 MB 5,574 4
860,631 860,631 00000000000000000001ba3d1f0570e45c2bd29ec619fd77c3db8bbabaca5ed4 1.59 MB 4,638 5
860,630 860,630 00000000000000000002c684a5f2f6cc68cda01335a20844ef94730120dc90f3 1.72 MB 3,420 6
860,629 860,629 0000000000000000000266cf09af46d4bf1c326ad5e0eb4a8af8e4d2c4d0f7bc 1.70 MB 4,948 4
860,628 860,628 00000000000000000001085d16dbc967501d32b64c16562871ce99ce461c023b 1.64 MB 4,559 5
860,627 860,627 00000000000000000002ca0a4155d9a8f38c52d62667f9a82dc8d50a8b53e953 1.65 MB 7,578 2
860,626 860,626 00000000000000000001f549392f23137cf2bee92ab8e62e1a39367c7aa98c36 1.61 MB 5,539 3
860,625 860,625 00000000000000000003084579466e78f131a9a09fe8ee448c04f441d8185655 1.39 MB 2,658 6
860,624 860,624 000000000000000000003cacfde52676b60838088bd1960c1c8a4fdccf21fe43 1.64 MB 6,058 3
860,623 860,623 000000000000000000024e5d9ed42dc5ec4a719b4f74db3d847df151d664cbbf 1.56 MB 7,217 2
860,622 860,622 00000000000000000000b3c200f7907e65e7a1bbd6a87d912c9aa2ade8144074 1.60 MB 6,074 4
860,621 860,621 00000000000000000000c5b8499c25028ce79d8814d9e0e808531085f46f9074 1.61 MB 6,936 3
860,620 860,620 000000000000000000019319678dde69de36ea0a0c9587b3971863f1579bd3dd 1.64 MB 6,055 4
860,619 860,619 0000000000000000000110d386ca9f88549ef80a5bdc72541a864d90c6520a38 1.65 MB 6,819 3
860,618 860,618 000000000000000000008afe606f40203242288a7be82b402e993c7520d8c0b4 1.66 MB 7,294 2
860,617 860,617 000000000000000000030c1b006aed2128527f2133680a7dee80f3a30839efd3 1.65 MB 7,416 2
860,616 860,616 0000000000000000000125b8461dadc1db17a8a2eb01ed767bd3b1d0a46f8b93 1.63 MB 6,522 3
860,615 860,615 000000000000000000031120dbe90d5146a1800e5243c7e6c1c678934d0de6ef 1.61 MB 5,693 4
860,614 860,614 0000000000000000000088c4cff3bea13b493cd336f80e22c3b45b30d5357414 1.77 MB 4,151 3
860,613 860,613 000000000000000000015ebb037b079a945c9b29308264bd0f1b6127996c217d 1.69 MB 2,808 6
860,612 860,612 000000000000000000001592138f491bae9a838874dfaf805e5f555f16460b62 1.71 MB 3,162 5
Previous 10 blocks ↓
Total Size: 768.97 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,615.58 GB sent, 92.66 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.