Memory Pool Memory Pool Refreshing

3,761 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,640 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (38,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,127 869,127 000000000000000000027b2d901b0fed7d4976368e5a1b885ed02042f54ea79a 2.09 MB 631 2
869,126 869,126 00000000000000000001a0ffae64d067917cb97a7b03943de6c6e0eeddf0f05d 1.83 MB 2,428 1
869,125 869,125 00000000000000000000915f6a8e932e84120e8ef881b3fbb12b749935185dbb 1.99 MB 1,275 2
869,124 869,124 00000000000000000001a6539a849ff65214fe5f7a7dfd132e72741ccd138f16 1.92 MB 1,852 3
869,123 869,123 00000000000000000002b9a9d5854a13ec9b622e30055fdeaa4275fe222d95df 1.83 MB 2,813 5
869,122 869,122 000000000000000000012d1332480a165cb727f4653c56e2741ceabfce7e0cb9 1.35 MB 1,111 2
869,121 869,121 0000000000000000000274ca5d00fd225f496c04c71d3870a5730520ca511509 2.24 MB 2,263 2
869,120 869,120 000000000000000000019f45bae0c57e402b03cfe0d27fb45ed17585dde26d3b 1.65 MB 2,378 4
869,119 869,119 00000000000000000000eb0049d91b7ff78a31ae5391af4aedd2418d7a886a01 1.70 MB 1,632 3
869,118 869,118 00000000000000000000f3db6775ca3cb1f444aea53ae4b81e6404af7a926f76 1.57 MB 2,574 5
869,117 869,117 000000000000000000023350ca2be1c5c74205fb294c3c5ab024a3c5a76a88b1 1.62 MB 3,161 6
869,116 869,116 00000000000000000002959287ed93c73ebd070e7e154d030a0e848da3cde1ce 1.57 MB 3,470 6
869,115 869,115 000000000000000000019d793ca1fe26a2109450c35b36ce9abc0a8305b8a9d0 1.48 MB 2,555 8
869,114 869,114 0000000000000000000023d6dcd3e37c57d1ff920cfafa8b42e4979c7cacfbdc 1.59 MB 3,064 6
869,113 869,113 00000000000000000000277485838633bccf9f17ec86d8e7c35783c92c44d01d 1.55 MB 3,800 3
869,112 869,112 000000000000000000008f6fab0e714caaf89fc9a309c50be648fcca86684dde 1.62 MB 3,513 7
869,111 869,111 00000000000000000001dc269b1b98629c02261d1c85f9e41bd91c52f6651c41 1.71 MB 3,836 3
869,110 869,110 0000000000000000000012d8b1121cb350fc936a64edf0105b106937fa091ad7 1.46 MB 3,894 5
869,109 869,109 00000000000000000001c988334933a797bbe0591068e37a3dc6e17939c9602e 1.56 MB 4,095 5
869,108 869,108 000000000000000000012d45eaa997a2b6bd49c2abdb6b97a69733dbed16697e 1.53 MB 3,781 6
869,107 869,107 00000000000000000002078c16024f101ae6e648db3986206d1e60939e2c0b5b 1.45 MB 3,946 5
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.