Memory Pool Memory Pool Refreshing

6,962 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,764 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (109,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,431 798,431 0000000000000000000486b0f5e98545e256d04f4e35765b6ed63e9887747069 1.55 MB 2,438 13
798,430 798,430 000000000000000000026443687e43de7e1d852789e165415efc131f9718a242 1.44 MB 2,478 16
798,429 798,429 00000000000000000004dc7d3de799e9c3ac53ce98c513972a5c0b3295f38ae2 1.53 MB 2,786 17
798,428 798,428 000000000000000000014b181b1908f95068accaade53a958f20312e31eeab1c 1.26 MB 1,615 19
798,427 798,427 00000000000000000004d96cbfbd8a2c49eae876d4c4bf4de12d6779947beada 1.56 MB 3,420 24
798,426 798,426 0000000000000000000246fad34eab6886de88fff04099447fc5d8c3ee5fb987 1.78 MB 3,107 18
798,425 798,425 0000000000000000000256a26a95bb521237e8b120b72070ebe1812bea3d07c2 1.62 MB 3,289 15
798,424 798,424 00000000000000000003a2158a259b6e75e3b08a8f84af3f0f265be93d9be14b 1.83 MB 2,722 11
798,423 798,423 000000000000000000049b659d43551a3eded5c68c3f12fe41a2a710670cc62c 1.55 MB 1,477 8
798,422 798,422 00000000000000000003d006559e3356475183d7df6a006b9f57c3c17fe4c999 1.85 MB 3,249 14
798,421 798,421 00000000000000000001948b445d472a94036d97bb5c738f4993dc4198461328 1.66 MB 2,575 14
798,420 798,420 000000000000000000007035501b808de75c20b76dfaeed718e0e1bccf7cd1f0 1.83 MB 3,810 16
798,419 798,419 0000000000000000000115cc1324cedab92536f013975c50391291fffd7eca1b 1.70 MB 4,021 22
798,418 798,418 0000000000000000000331a5cc7fa069aa96a7c05b14098060f15005788e0d43 1.53 MB 3,640 33
798,417 798,417 000000000000000000028f04c63e2d6d34d6d784d3d82c48106d42a4e73aae35 1.96 MB 2,664 12
798,416 798,416 00000000000000000003f4494913259e3beff2a7567ae6ad140fbdcd0a0d83f3 1.46 MB 2,883 15
798,415 798,415 000000000000000000008c97c0d5d351c53bf557576371f5f4e53835c15eecbd 1.61 MB 3,439 21
798,414 798,414 00000000000000000001c793fc0eb2920d7fd46989e4a9b457bd1b8fe66ea87a 1.67 MB 3,006 13
798,413 798,413 00000000000000000002bd5c101ca8aae0dd1ac864a515e0fe59377d2199abb9 1.67 MB 2,830 17
798,412 798,412 00000000000000000002a15bc923c65ef5d71222f7ebec17269e2cb0783cbc96 1.58 MB 3,426 18
798,411 798,411 0000000000000000000052c31939491660b65c23c78ae4fa60829a18f6e21bec 1.41 MB 2,687 20
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.52 GB sent, 92.74 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.