Memory Pool Memory Pool Refreshing

13,733 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,602 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (585,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,023 322,023 000000000000000018e73b3f606d2f16071b28229d2700c316adbee7aa09cbca 0.35 MB 634 27
322,022 322,022 00000000000000000687b9a8909b9bdac4281379cf8619ec2d38774984e036ac 0.53 MB 483 19
322,021 322,021 00000000000000001dd9a294673d8d5056bc6f3b9209fd8c966ee52fe6ea70b1 0.18 MB 250 20
322,020 322,020 0000000000000000151a194291af06394e16af8c4130c14251330fd9beafd1d1 0.38 MB 618 27
322,019 322,019 000000000000000024799f000743b9aab910d8bb7647191af86c390a20afd67f 0.39 MB 734 27
322,018 322,018 00000000000000001bbe2de8fafa88e92c00961b21be106fbd1a7a09b6862067 0.35 MB 508 24
322,017 322,017 0000000000000000174d57fdcbf6613d0d4ec778998e5d78c8fedbf40beb9873 0.75 MB 1,019 24
322,016 322,016 00000000000000000e84fd4f9eed5570a5c4f8d904d18bb6a5c2e4f43e6f8158 0.19 MB 302 23
322,015 322,015 000000000000000022d6905a15a50cfa8ddaed3da1b9ea1a4dfb212e206664bd 0.16 MB 282 24
322,014 322,014 000000000000000011a275e9bf892fb8fe5a1b94fe22731e287308db080dda99 0.16 MB 335 27
322,013 322,013 00000000000000001f74b9d407dde13e396e32fa87c27f4acafc959d9bde5bfd 0.49 MB 903 27
322,012 322,012 000000000000000016b9dba873c4705d48cd706fcb85fe42622e3ac39498a463 0.03 MB 57 22
322,011 322,011 0000000000000000136b8381926a3df1f811be35e9a5a4a181c14d0c918eab94 0.22 MB 437 28
322,010 322,010 000000000000000011b1a07c252bc07494ac0eed5f7fa6b108f09778dc840d43 0.26 MB 509 26
322,009 322,009 000000000000000022ccad6f3e73c9689888749f3fa852343b7c359d35c2aad5 0.07 MB 132 26
322,008 322,008 000000000000000006032c1ea164812dce1b75f8139badc95921548593816d9f 0.27 MB 186 12
322,007 322,007 00000000000000001a2a23cec73bf8b704e654aca867d5f2cb53dfd9c5344447 0.16 MB 512 40
322,006 322,006 0000000000000000243ecc39a5c110fea174e34e4a2d00b5f2038ab2e2f5cf70 0.33 MB 582 25
322,005 322,005 00000000000000001087e09d09c1dd8328bb0ac172fe075756639a8d8bda7d09 0.08 MB 188 13
322,004 322,004 00000000000000002062a420aff8daf43198c27bf6c1a63cdc8e2eb6b0180cb8 0.12 MB 229 28
322,003 322,003 000000000000000024744ec37d0e3e8557fc50abd9513e0217948c247e8a53b7 0.22 MB 436 28
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.