Memory Pool Memory Pool Refreshing

6,433 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,822 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (56,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
851,116 851,116 00000000000000000001dc4f82b374ffcb29b874f89da1e29f0edadcb920982b 1.61 MB 4,395 7
851,115 851,115 00000000000000000000b0ecfb455641eb41ae397b5ef102c7bc59854dd6ffc1 1.72 MB 4,504 7
851,114 851,114 000000000000000000021cd58de559e16b84979b02c74759382eecd41995e508 1.58 MB 3,155 11
851,113 851,113 000000000000000000002aa5f7780961e6ffb82c28379b48f649d50b20d00745 1.59 MB 4,450 5
851,112 851,112 000000000000000000037ab035770f7c697bcade69d89adbbb8accbdd7e602e0 1.58 MB 3,692 8
851,111 851,111 00000000000000000002fb57cb07c3dd207602ef60dad6d893cc7c734411cbaa 1.55 MB 5,586 8
851,110 851,110 00000000000000000000a790ee16d4a222c7f634b28e8420a95d9674793de1c4 1.45 MB 4,402 8
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.