Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,179 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (812,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,006 96,006 00000000000603f0a668715fabce1cdbf782842f03b9bde36e19651884342566 0.00 MB 1 0
96,005 96,005 0000000000000e038ae0f042168bb9390f1a449afe9caade9d5afe720ed9ed1e 0.00 MB 1 0
96,004 96,004 000000000000110f4b50e7edd8cdc9f4bdf86b98620832d1b1251635cd2e611c 0.00 MB 1 0
96,003 96,003 000000000001e900c4287eb1730b1ebe9a1c0fdc70581be17b0293b2d646a575 0.00 MB 1 0
96,002 96,002 000000000004e567471d40f45186ae716036ed0bb9efe42ee55215bd3117d190 0.00 MB 1 0
96,001 96,001 000000000007b4e174a5dd07f1a785a5d0a52faaffd9d610ff65f64270ea7674 0.00 MB 3 0
96,000 96,000 000000000002c86b568cdd2d0f4b0430cccf42bcde3361f63a32e23b5d839e99 0.00 MB 1 0
95,999 95,999 000000000007655d08209bd1a3fb461f53db70e8c8778b86961dd761ebbd3e05 0.00 MB 5 0
95,998 95,998 000000000007febec2016eb93f67f4bf6074a70b6c82770818c4bed88cdaabc9 0.00 MB 2 0
95,997 95,997 0000000000061920530a766a69e483a0b490287dc60998a2aa6fe17d2a4fdf72 0.00 MB 1 0
95,996 95,996 0000000000046c1d87d23ef39c39af9acc9fe32322319f307e84a6af9bf12fb0 0.00 MB 1 0
95,995 95,995 000000000007a3be1acbc966b3438b56c0a4a6eb869c70046324abde726ec199 0.00 MB 1 0
95,994 95,994 0000000000001c073bbd0d8b0eef21fadda13303b477265cffd44daf1731e2a4 0.00 MB 1 0
95,993 95,993 0000000000056493109c5e66fb5814ad7e66eb89f8fe0dfc5e0ed98103429940 0.00 MB 3 0
95,992 95,992 00000000000277939bbba47b8758424322ca35f8f87901425e9bbd50eb827745 0.00 MB 1 0
95,991 95,991 000000000005faf37fa8d574fdefbc6e1ba23b96767d1e34c837d073b7fdd415 0.00 MB 2 0
95,990 95,990 0000000000057472219b448e60fdf48387782ef7aa81a28ba315c25d6e6a7a53 0.00 MB 1 0
95,989 95,989 000000000004862b50fb516bc29979992db6b243d306e4ca15e2dc8f2c7f5d12 0.00 MB 1 0
95,988 95,988 000000000000e86c35a1497d91a70fee2398d0f5ebdc9b8497637b6354054957 0.00 MB 2 0
95,987 95,987 00000000000525e9a38db0e04257675cbfc2c0cf858978ac762796ffcf0ca59b 0.00 MB 3 0
95,986 95,986 00000000000608ec183e0e4874d43ef07cc36dfa738cfccdcf7f4c3a489479ef 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.73 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,679.06 GB sent, 96.56 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.