Memory Pool Memory Pool Refreshing

863 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (6,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,389 901,389 00000000000000000000c66e52a656efbbe5c6c2dafb8680bcc2641d221838cb 1.52 MB 3,608 2
901,388 901,388 00000000000000000001af29cd4033299177eb2136a0d5ca23186f40e8bb9345 1.69 MB 1,994 1
901,387 901,387 00000000000000000001c13ba635a7272ec30594944e8f164fc55740cc2b77f2 1.60 MB 3,784 5
901,386 901,386 00000000000000000000276eff98c8b0a9f4f5852ef88bdba5ae19f908cd78db 1.54 MB 2,768 2
901,385 901,385 000000000000000000002cd7e51b0e37d8060903a940491ef49d21f00a733a93 1.90 MB 1,865 1
901,384 901,384 000000000000000000013bc4a1a7286ee0d316eaeaf21c852f115136c61bdc64 1.70 MB 3,615 2
901,383 901,383 000000000000000000004f3030fc2c8cfb7709bb7705574af6755efe1e6f1791 1.69 MB 3,931 3
901,382 901,382 00000000000000000001436a6d9b42869e4759d6ed3b5b5b7580baa584d4fe60 1.48 MB 2,992 2
901,381 901,381 0000000000000000000113c19a52e6d8df112f0c48a31c4ffc36ca965a9148bb 1.65 MB 3,352 3
901,380 901,380 00000000000000000000b99b80382640c9487833dbf6b4b48f318f45fae98d1e 0.61 MB 759 2
901,379 901,379 000000000000000000016cb67f00a5b7b0c3f80b5ba8e229c5085b7d16105f3b 1.61 MB 3,108 1
901,378 901,378 00000000000000000001dcf6bb2622181b50f1d223b008f3bdc96259658638cd 1.43 MB 2,650 2
901,377 901,377 000000000000000000021d7854b6c2b0b473a07c9c0416271ecfdf5e9a788861 1.63 MB 2,681 2
901,376 901,376 00000000000000000001a879217beec1e494270da58782b95cf2a3a14b8a8644 1.67 MB 3,510 4
901,375 901,375 00000000000000000002104ca2b2b996fd7df75f6c82c7f473e2cd756e144853 1.59 MB 3,355 3
901,374 901,374 00000000000000000000656b995c9fec9ff94b554dc4aad46c06b71f94088c3c 1.58 MB 4,067 6
901,373 901,373 00000000000000000001cd3b0cc1de441347707529ce0c7af7bba3743d8be14c 1.89 MB 1,301 1
901,372 901,372 0000000000000000000116e9feb72fc60e7c68c2ba6c7198c2c24d96b7186bb1 1.59 MB 3,845 5
901,371 901,371 00000000000000000001452e8167bc8c5e61ef7cea99ddb88a6450c43c9ed17a 0.95 MB 2,064 2
901,370 901,370 000000000000000000008a487a194c08b94967c9b498fb5c3725347b948ba4fe 1.40 MB 2,718 2
901,369 901,369 000000000000000000007f4adcf07d7ff016377b2a3efa882b49115d4fa4e6d5 0.25 MB 488 1
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.