Memory Pool Memory Pool Refreshing

5,660 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (49,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,739 858,739 000000000000000000014a17ac2e9e5b60285014a50872302d5f13ae4f780edb 1.65 MB 7,917 2
858,738 858,738 000000000000000000016b64cf32d4e30daeb5a9a3df1fbc47fa2138dd01211c 1.68 MB 6,508 3
858,737 858,737 00000000000000000000379d88d5134bd054a7634f17095e29e81e01f0647c8e 1.65 MB 7,946 2
858,736 858,736 0000000000000000000281fc17b84ec41a53e7d0e2782aff15336225be666c6f 1.60 MB 6,082 4
858,735 858,735 00000000000000000002a1a7067e6a4b8d83b0cdb1345081d9e68dcf914b5107 1.65 MB 7,528 3
858,734 858,734 0000000000000000000201a8c468ca911f465267ad2dc356008320d350e5abe6 1.61 MB 7,129 3
858,733 858,733 00000000000000000002adbc4eb7b4472b532dcb79a28d6c68e42b46023f927f 1.30 MB 2,114 3
858,732 858,732 0000000000000000000146a8c9e935e3ff138fdbe25425ce7585bfbd3a45e243 1.65 MB 6,281 3
858,731 858,731 0000000000000000000064cf0b3a90a86dcf8d03f8e7cbfb2f29364f13dd1744 1.64 MB 7,827 2
858,730 858,730 00000000000000000001c3600e6a3dc12b9a79498dcf3496e026dcc0ae296cd7 1.64 MB 7,490 3
858,729 858,729 000000000000000000009480fd51014d1c71534bc40da99555b5a759d4a12c34 1.63 MB 7,037 3
858,728 858,728 00000000000000000000f7addd3334f0da218487aeccc17a7ffdc89bc5e0a633 1.56 MB 4,538 5
858,727 858,727 00000000000000000002c6074e075f05aeb9f973827bf0ffb21292ff12f2b461 1.52 MB 5,937 3
858,726 858,726 0000000000000000000196122ac1c97d75b142258b59d4cb00b1dea38785e535 1.55 MB 6,213 3
858,725 858,725 00000000000000000000ca2ef006f8e0aed0681273da450ab56c7971f3fe1d40 1.59 MB 5,498 4
858,724 858,724 00000000000000000001207791fb1e50e6618f656041d4f669202ca982367f63 1.66 MB 5,770 4
858,723 858,723 000000000000000000011091ada1f4c94850852c6ff5bcb2e437bd16cc71d42a 1.65 MB 7,946 2
858,722 858,722 000000000000000000009e57f2c9da20657d8c851eac5d5f03d7596e6b022434 1.64 MB 7,511 2
858,721 858,721 000000000000000000026ed5936b71a359eb524c63822aa23b5adad2367725e0 1.61 MB 3,746 5
858,720 858,720 00000000000000000002d35ef0747a2e5bc66de86c28adca18e523e329b23460 1.65 MB 7,902 2
858,719 858,719 00000000000000000002ddfb529f3a79ac4175195b715774e4502670f99a3270 1.67 MB 5,080 4
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.19 GB sent, 94.19 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.