Memory Pool Memory Pool Refreshing

1,226 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (624,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,291 283,291 00000000000000018877cefe6d80bd782f8b154cbc13aa423f97e94b8ee4708b 0.09 MB 85 14
283,290 283,290 000000000000000127101028b8b9231b2dad56b5d882255812f6abd3d99c50a5 0.06 MB 128 34
283,289 283,289 00000000000000003e75175d2a3e11e13ec0de7f82d0556cc6faf8b7f01917c3 0.02 MB 14 17
283,288 283,288 0000000000000000bb5065872fc539ab55535075694dd0c03865e57fd15a4770 0.31 MB 432 13
283,287 283,287 0000000000000000de25c79dbd4c0ae891a91822f5c6d67e26a96b745fd9430f 0.35 MB 721 42
283,286 283,286 0000000000000001200d039689b10a401611458ab3ff5c73b0aba1a66ac9f732 0.10 MB 107 10
283,285 283,285 00000000000000002c5d30391e2dc6424df0c1ed9c97ac4a139ecfde8e851acc 0.21 MB 217 20
283,284 283,284 000000000000000052ad90cabe2c715cea1bf619f62c988f4ad8d6632fbcba1e 0.35 MB 927 60
283,283 283,283 000000000000000064f1a482f3450c192ff469732009e55dbd41090dd49100e6 0.15 MB 299 33
283,282 283,282 00000000000000004bda0b23cc7da5b542171d448449237c78d4f83192cf15de 0.05 MB 166 87
283,281 283,281 00000000000000006a15bb0477841b484bc298bb648a23c6ee52ad6e275aadd7 0.11 MB 226 42
283,280 283,280 000000000000000120a1d66da9d2f3bbb59acfd69e848fa7066151ae6e7faf27 0.18 MB 283 22
283,279 283,279 0000000000000001a3451980a46de4f0fcb6d4a8e03416c652942cfc65ecd21c 0.05 MB 180 101
283,278 283,278 00000000000000019c7d9f6f03455c0246a8ccbd3d98834a99ac82d48480faf4 0.07 MB 93 35
283,277 283,277 00000000000000002577d3eb4b01faeb42dc03a74eea03fb959f2d7b99f991f9 0.10 MB 166 26
283,276 283,276 000000000000000088c50b0cb6bcc0834ebb2fc74d2398b0505ba31c3888bab9 0.32 MB 674 52
283,275 283,275 00000000000000019374ae81a53175188fd8f904bb4e71011a9df2e455960f1b 0.08 MB 131 24
283,274 283,274 000000000000000090630fc4e34b64eaf3fd120a3ff6fc5da9f57871c97ad424 0.17 MB 386 39
283,273 283,273 0000000000000001dc1987d627d4a1f5f04a3056a788bb13afc5e16356d15210 0.24 MB 412 39
283,272 283,272 0000000000000001ba6c95850908fc467289f35471cc11795a375ada8c251954 0.34 MB 798 46
283,271 283,271 00000000000000015a42e47222c15710ac229a722fc14cf2325e2eb3ce0b3cfc 0.13 MB 244 29
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.