Memory Pool Memory Pool Refreshing

3,160 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,193 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (799,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,320 108,320 00000000000277158439aaaadc4e30f7b0dd858c1a907d605c2f07a5a3485649 0.00 MB 12 0
108,319 108,319 000000000001b01a1edbc781d14a89cff720532b758d743c85c09be3bd13d1e5 0.00 MB 11 0
108,318 108,318 000000000000db3eeb846450992563eb4eb698860a57feb62e24be2a4e3fa3af 0.01 MB 43 178
108,317 108,317 0000000000015488e5969b1216bed4fe54d796d449fe799d47f2fa5560b50206 0.00 MB 1 0
108,316 108,316 0000000000010ff9cf0463973b077a01f08f85152e6d3fa828014c4992c358d6 0.01 MB 10 156
108,315 108,315 00000000000068055806d4c638557546bef551023c869f0e36b33b0160e68ee5 0.00 MB 2 0
108,314 108,314 000000000001f8b68ca1ac2d7414ac3b61972e94cdc7661d211b9988c126cbc5 0.00 MB 2 0
108,313 108,313 000000000002334d14a73da2c3f44ecd5f7cb649642875ba42f990cad9530910 0.00 MB 1 0
108,312 108,312 00000000000016f74c768edd0eb53e7d5e4a944b1ee5ddade3cdc8981d016e81 0.00 MB 2 0
108,311 108,311 000000000000a7b6dd68ef615c92677a4864f9e82b0c4bf3e90cc2e81ce67381 0.00 MB 5 0
108,310 108,310 000000000000b1fdbe4808abd6757bd49948e83e1f2bec5c1d9eae35d01c5841 0.00 MB 3 947
108,309 108,309 00000000000242079fc597b9be356fa731133a2f07da88aad43639a9cb1ab7aa 0.00 MB 4 0
108,308 108,308 00000000000254947e6f2bf14ee53fcbedbd8be93ede2db63e088cf014290c7f 0.00 MB 2 0
108,307 108,307 000000000001d7174e502ae89bd8d2fa321213bdfab362fdc44cc2a06f143bf3 0.00 MB 11 340
108,306 108,306 000000000002354e0e580292185779382b1790e45c8731441c61cdcd91fa94f2 0.01 MB 41 0
108,305 108,305 000000000002481c595ba45fdc4286886f1fbcb30cd2b1215b9ec0184e8849af 0.00 MB 4 0
108,304 108,304 00000000000028aacc155ed6654ab65430cbfd1b18ee56eb8eb4bcd202a7f0db 0.00 MB 1 0
108,303 108,303 000000000000cdece1d2d855b7f7b4c988f744a697fafb076985c8d0f6c9cbc3 0.00 MB 1 0
108,302 108,302 000000000001f58161c000d657218b4cfce175ab14515edd956c4c9674cc5867 0.00 MB 2 0
108,301 108,301 000000000000afb8d5436811dbef25708923b3e76b8cd563a4f13fe590e9a4e3 0.00 MB 1 0
108,300 108,300 000000000001a7d94230aac603bd9e62ff15045270f327cd880a3a181e976b06 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

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