Memory Pool Memory Pool Refreshing

838 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (812,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,746 95,746 000000000005e7e4216122d138301786fc92421bcf187982aab4d3c7b995a764 0.00 MB 3 0
95,745 95,745 00000000000620a310ed56619263c498950d267d64ad8ad143f981b4e97b1dd3 0.00 MB 2 0
95,744 95,744 000000000002fc97b742e18e133d20d69484f9fd9f0c15c3883e33f019fe9f6d 0.00 MB 1 0
95,743 95,743 000000000005681c95d675e7b9a4f4e559d58559a19c53999ca192d4c75b4101 0.00 MB 1 0
95,742 95,742 0000000000048c98a9080c6c2fe1a582d2fa85dbbab8e21d0c2a42dea8615ac2 0.00 MB 1 0
95,741 95,741 000000000001ca0d041f56852ebcf254eb26ec636b7e91186bccb21e22c1757f 0.00 MB 1 0
95,740 95,740 00000000000270ef503e8fa9c2af31b62727daf6542a8228b621fd806ce21d6e 0.00 MB 2 0
95,739 95,739 000000000003cc99964660c2b352d28cb7f8fafd90a9fb788c0e74be36995e0d 0.00 MB 2 0
95,738 95,738 00000000000247fec19f46f7f425770da0d9e3623ebf19be8b23ddb8b8c75c31 0.00 MB 4 0
95,737 95,737 000000000001e7bff0ef0ca2a18dbdbd650bbdf89af81d7583e3c1dcc654fff0 0.00 MB 2 0
95,736 95,736 000000000000baf460bf468ea350f65fd21538b2792d42495ae892472f6837b5 0.00 MB 2 0
95,735 95,735 000000000004c73bba2138f8b867f2493dcd41dbed7643a9c44bae498d630bf8 0.00 MB 1 0
95,734 95,734 0000000000069b65f458591426eb75f835531786d3d05e2029aeee439c9aa93d 0.00 MB 2 0
95,733 95,733 000000000007818450c7245410780344d8a46d9331f9f9075b6c87c9a9d4c9ca 0.00 MB 1 0
95,732 95,732 000000000003353a1cab7f226384c41af9f9237ca7043c82ff9da04b4e53744e 0.00 MB 1 0
95,731 95,731 0000000000018a4229c23542de542bf55eb6a60cde89bb7db763e668a79d699c 0.00 MB 1 0
95,730 95,730 000000000001ad6077bfe016b7cd3c7d3904f64918336d51c8cd8281d7f9b80d 0.00 MB 1 0
95,729 95,729 0000000000021f068e8a65ba9cee90fcb001f8500fe076865c8c665cf6315644 0.00 MB 2 0
95,728 95,728 0000000000018f7345f3c27297376f09ee0f7aedb45826ac70c76a3d3a801421 0.00 MB 1 0
95,727 95,727 0000000000001f444163c9a5e6b4e1f1de07bcb8b782edc732d837a2a0f33def 0.00 MB 1 0
95,726 95,726 00000000000780d422c9de5648ae178c71fe98cdd6692f4e13304ffa141ad847 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.50 GB sent, 100.53 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.