Memory Pool Memory Pool Refreshing

2,425 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 2,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (279,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
628,393 628,393 0000000000000000000992390d1917946d883e5dd6821fa2e6f7f961b3a18a5d 1.34 MB 2,259 102
628,392 628,392 0000000000000000000230c3d5c91c46ca7e0cc515347f57f39e98e3c0c1101c 1.31 MB 3,183 135
628,391 628,391 00000000000000000008f41ce0e0574c345315668e72892483f958d48b1cb652 1.21 MB 2,583 65
628,390 628,390 00000000000000000004073a27aafbeaa1933e107636cc60954eb311b1b6a6f8 1.13 MB 2,084 36
628,389 628,389 0000000000000000000ae837a6256263cf9f44c3c4bcdcce34c2ff4a3ab9ec88 1.37 MB 2,652 92
628,388 628,388 00000000000000000010643eef52e9aafe07035dc63089ab1e113338a7830e7d 1.23 MB 2,210 64
628,387 628,387 0000000000000000000fdff8ca62ed95e98ffcdbd900b30cada305c9c52395de 1.25 MB 2,806 38
628,386 628,386 000000000000000000101f3890f82955c300ff236d8394d3cc520e56e94e19d2 1.37 MB 2,553 82
628,385 628,385 0000000000000000000b9a9bab7011006ad00c853ac1577685a004829119e9cd 1.23 MB 2,561 65
628,384 628,384 0000000000000000000bfdd3e64df65fbfee36c49d9bcdada553ba4f83918ce5 1.31 MB 2,749 74
628,383 628,383 000000000000000000047343fd917a55b0630d55ca8595d8487e803ae07f254e 1.28 MB 2,322 111
628,382 628,382 00000000000000000004685df63d01455d7fe8465ebf38f3f5fd1e0f43f9d866 1.32 MB 3,001 124
628,381 628,381 00000000000000000004e338efcad3b29c12bbba49785959222f7dfbc8066690 1.48 MB 3,212 42
628,380 628,380 0000000000000000000eebd3e46ff2a946c4408501df24ea7d68e7f59598a3f6 1.60 MB 1,967 31
628,379 628,379 0000000000000000000beefe1796013ef07b475f17425d45652a87d0522b509a 1.32 MB 1,659 37
628,378 628,378 000000000000000000063eb9dfcb55296ebb4962cdaab97b31082b881a08f9ca 1.29 MB 2,489 78
628,377 628,377 0000000000000000000af6ac647ac14e69fdac9b4f723b48ecfd1ecc14c9ddd6 1.24 MB 2,496 51
628,376 628,376 0000000000000000000a0245a4f375c18490d58e5e5f15271585d2aa200cdb75 1.15 MB 2,647 45
628,375 628,375 00000000000000000000fc8b3d3bd571aad3314841c880d1ef066ff54fef5935 1.24 MB 2,617 71
628,374 628,374 0000000000000000000b53af820dd57d947cae2bd8b9179f96d7aac6c74faa62 1.26 MB 2,315 62
628,373 628,373 0000000000000000000af347a9f826dcae04a7dfa804b6d574223fb4e63adddc 1.35 MB 2,917 112
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.