Memory Pool Memory Pool Refreshing

1,478 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,784 (735,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,402 172,402 000000000000063be2e49538bca5dc73f37eba5380e6d14f89606c78f662bd48 0.00 MB 1 0
172,401 172,401 000000000000069a9d827393338bc35e641e411a5edf1647ed6de214cb197606 0.02 MB 55 327
172,400 172,400 00000000000008475bf844461ab35d3ef8f9abf3af9b582c0fba44656446387d 0.00 MB 1 0
172,399 172,399 0000000000000692e008f9ed0819ed2a892f4ca98f2ca8ca2031ab4b1e6fb97f 0.04 MB 137 25
172,398 172,398 00000000000006afa59a0dbf0d5be26f6665067fab449c315089bb7a797928b2 0.05 MB 104 82
172,397 172,397 00000000000008feadac2436105855a4ca4dc29a1eeafe2446acdcc21c3bb78d 0.00 MB 1 0
172,396 172,396 0000000000000635c404e7b820c414c86addecee52e247bfbcf4c6af89107b8a 0.00 MB 11 1,382
172,395 172,395 00000000000005546c9c97c4552274a08a802655638628d44e9196aa2227d36e 0.00 MB 1 0
172,394 172,394 0000000000000af7c1ec971ad077a5f976334844e8e71174f83ddb2ec76245ab 0.03 MB 72 54
172,393 172,393 000000000000048e806ac5e778286a8a4c5dbe04147ec7ed014455752b259583 0.00 MB 12 31
172,392 172,392 000000000000071cc7423f331e505ddcf9ac28516b128bfd3e4533d317955464 0.04 MB 65 101
172,391 172,391 00000000000000262cae254db0d4e4df64a52dbd3854b005d9c00637921c3af4 0.00 MB 1 0
172,390 172,390 000000000000026e042840c4d2b291f3abed5bd4a28c9f9c2c1731b04806bea7 0.03 MB 24 7
172,389 172,389 000000000000024d5512e80a711cba553860962cbae3b8b47155de07880cceca 0.04 MB 42 83
172,388 172,388 00000000000000b025d44f61939af237223fe0b3198285e888555efb48a15eaf 0.05 MB 131 185
172,387 172,387 00000000000003fe3c960021090281f9a6ea0f8887164fc33247ab4b424fda61 0.01 MB 14 388
172,386 172,386 000000000000000a92ff09eb56af38ad02b64ee75d4b71274caa437efc1e8b6c 0.00 MB 1 0
172,385 172,385 0000000000000aaf01830751851536fe817a101db2dc4e97c60a9bf1ac8393a6 0.04 MB 155 16
172,384 172,384 0000000000000a0dc57b74dcfbb930c079be42afb998305324dc192429215a9a 0.04 MB 79 66
172,383 172,383 00000000000007bcb7e272a57add0e419c28965df734528163aa7e1dbd5715ad 0.05 MB 82 127
172,382 172,382 00000000000006a3b10d3b4609ef07a36f1f51047412f236694e3b4bf1269ea6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.14 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,631.83 GB sent, 93.58 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.