Memory Pool Memory Pool Refreshing

5,326 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,068 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (730,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,633 177,633 00000000000008b7165269cf78ee397eac4585a4c898f5e4c1c4896de4bd67ff 0.01 MB 19 152
177,632 177,632 00000000000004fa4e0f2523b1f75109f7609b2596c151d49e93483a22e6b4b5 0.02 MB 43 137
177,631 177,631 00000000000009fc80559c46294c206be2fb54133b55d052a8a0ff9bc8918236 0.03 MB 104 9
177,630 177,630 000000000000098679bf231c33f14f529e44b8b7721d88b47dde8b00e4ea4ee2 0.03 MB 65 96
177,629 177,629 00000000000009b6754715b74cb988ef5c233bc767e15d8d97866569659efe0c 0.00 MB 11 53
177,628 177,628 000000000000004506984c9964980ca36e869f3849f7cbbb08d38f423ad60732 0.07 MB 229 287
177,627 177,627 00000000000005b71e81e62de11a736d7c65e4703b7b2a0b0e4ff0de4787437b 0.03 MB 21 78
177,626 177,626 0000000000000a3424b05ea6b8fe348cbb71a0cd1326b31046710e39dc5e8f80 0.05 MB 124 471
177,625 177,625 000000000000087ae3299ed24ee677f7be770409d56e99ab2a7afcb8210d988f 0.02 MB 55 205
177,624 177,624 000000000000087b6480c8fd324073253db1391255e71f5aad4d439b2af121a7 0.03 MB 32 61
177,623 177,623 0000000000000794fc79a3ebfb939d493de0bbf9102c10886aaf372809c96e96 0.06 MB 116 189
177,622 177,622 00000000000002e74b60d27d08abe01261b6dfa94c62e74aee56a456a8fb15bd 0.01 MB 17 79
177,621 177,621 00000000000001f62ee20e1f58c5fc4265cb009bea5f90423ac65d9dca8e90fe 0.01 MB 23 118
177,620 177,620 000000000000011f0ea027b0e5c68d62bd43e894f8282967e121f234d55060cc 0.05 MB 99 188
177,619 177,619 0000000000000a98ed9ae147e335718734093708c777ee92f40252a08e68d6fc 0.02 MB 49 388
177,618 177,618 00000000000005353824fa1f40756a07a6f94c3a0f5d13f0b5bf6c6c405d84f1 0.05 MB 93 90
177,617 177,617 00000000000004bf49b5400759a97374039fd8bcc9e12696e0d64eb5871f2038 0.00 MB 1 0
177,616 177,616 00000000000005d1e039ca281c7fa66595dcf6f2f5efea3a7c6b4f980b029e23 0.02 MB 3 50
177,615 177,615 000000000000004264966956b7fea4f9c18daf0d81717923da22ad3405737304 0.04 MB 62 105
177,614 177,614 0000000000000adbd2a1959ede2cfa5b1a219a897fdd2c2c38959beb5f14e4cf 0.02 MB 64 35
177,613 177,613 00000000000006d73e7c695d3bc37ad78a4219109da1a44d48d3053369636a59 0.02 MB 62 146
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.