Memory Pool Memory Pool Refreshing

4,017 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (56,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,137 851,137 00000000000000000000189721f581cb56955b31641b4c99658981708a301b88 1.66 MB 4,114 7
851,136 851,136 0000000000000000000070920e9bc501844f843f80ad663fa7dde4aacc80ad77 1.60 MB 4,172 9
851,135 851,135 0000000000000000000228b18b84fa857151744f787d0d1a334ee394ebf47d12 1.57 MB 5,740 7
851,134 851,134 00000000000000000000eabec911277c63296cfd8bf2ac1015949614d5d2157d 1.50 MB 7,202 5
851,133 851,133 00000000000000000001cffa080a9b86899b80f5b4634df61fe63ce42337a843 1.53 MB 3,562 7
851,132 851,132 00000000000000000000b631236f7cfc99595413827556dfc025abcbd61dfb09 1.47 MB 2,889 10
851,131 851,131 0000000000000000000349336524d5ac3987061ce234d627b3f52eb3b8932244 1.46 MB 4,746 6
851,130 851,130 00000000000000000000762e145ba87d396447c6c90314d5041d47741fcc6c56 1.56 MB 5,188 7
851,129 851,129 00000000000000000001ca027b4f9d3c85607a7a98c70bd3a3efee446f8c5636 1.57 MB 7,091 6
851,128 851,128 0000000000000000000079d2a5b5755b59b114ec7ad0e02827360518537de84e 1.59 MB 4,997 8
851,127 851,127 0000000000000000000075aebb429079428d4f68b0a7ce60eeac45c197b82bdb 1.58 MB 5,338 7
851,126 851,126 0000000000000000000045ff1589f011bd1ae81c5ed3b4c96c689d250781e094 1.77 MB 5,231 7
851,125 851,125 0000000000000000000322f68dc67733e9d87ddf648c5c3f9daebdefcb300eac 1.57 MB 5,427 8
851,124 851,124 00000000000000000001fc8a4f5aef16b95259884602cf1182fb82f898c84e7c 1.56 MB 6,668 6
851,123 851,123 00000000000000000002e41ac853279cc464cc68eaaf59f05734b58bb1344813 1.64 MB 6,634 5
851,122 851,122 00000000000000000001559de21ab4502707c85ec7bb0631c01efc8df83a4a2f 1.54 MB 5,470 7
851,121 851,121 000000000000000000024156cc3a22004b41287d3aafad3cf9b750f84a1d7c79 1.62 MB 4,522 8
851,120 851,120 000000000000000000033109ec355d69e01862fb17d1ba21947dd12a55e01731 1.46 MB 4,076 11
851,119 851,119 0000000000000000000062b3836792fd201aa6d18c8c896ca05bc1d684cc18d1 1.48 MB 3,710 7
851,118 851,118 0000000000000000000320110745f27fcdef7b98d4279fc60dfc1fddf70c36f7 1.97 MB 4,742 6
851,117 851,117 00000000000000000003851becb287c177f8d29bc947a60291b979875bac9312 1.74 MB 5,155 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.