Memory Pool Memory Pool Refreshing

29,245 transactions (10.23 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 56/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,909 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,957 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,908 (182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,726 908,726 000000000000000000001b3ef63df232cbd6720c295090e13edf1b2dc51c34bb 1.65 MB 3,650 3
908,725 908,725 00000000000000000000c1dc29e46b58949dd0f007f5d22553cfd1ca1ddb2395 1.80 MB 5,049 0
908,724 908,724 0000000000000000000208cc81e3e9bedf78f05bfa4ea0ba592b7ce5450f2d23 1.76 MB 4,464 0
908,723 908,723 00000000000000000001211447ba52e473b421de9724a8b32562f7f5bdc655db 0.05 MB 103 2
908,722 908,722 00000000000000000000e21ef50846d24a4332b7d5a7d002514c023e122ef56a 1.64 MB 3,879 2
908,721 908,721 000000000000000000013305c7169fd3078bde92e22ceba2a0af063b334b5d1a 1.66 MB 3,549 2
908,720 908,720 000000000000000000008d9f68928504ed4b9d2dfe2d60ad02e2d0489fd0c260 1.89 MB 2,511 1
908,719 908,719 00000000000000000000dcba2d56f8ee4e116d30b54548e7cb32a4c0dc92d7cb 1.63 MB 2,754 3
908,718 908,718 00000000000000000002256d698e5d1aef42f1ef00e6208802aa2e31b0aecf6a 1.58 MB 4,394 5
908,717 908,717 000000000000000000017d5fe2e70c15f3320b43fa0ba0ec89931923f48221b6 1.89 MB 2,191 1
908,716 908,716 00000000000000000001849ae1b819d6b48cee20a772fe8818fb3650ea47c25b 1.57 MB 3,875 4
908,715 908,715 00000000000000000001b60bcae4c33041aeb2e5eaf2527b51d1ebf04ffe1e85 1.54 MB 2,865 3
908,714 908,714 0000000000000000000172037fd9e06901f8a3cc058985781b2165715622826b 1.58 MB 3,917 5
908,713 908,713 000000000000000000005d0c34d4c8c6016f8e1099af3c354611e76b441263f9 1.77 MB 3,082 3
908,712 908,712 000000000000000000016afa735cbd79e1042d7b593c321d5bf1ec60a1242cc2 1.90 MB 3,286 3
908,711 908,711 00000000000000000001973110d74282fcb108d30f299c556bea120efc4095f4 1.58 MB 3,951 6
908,710 908,710 00000000000000000000f4402e53675bf46d149a027561d62c70eaccab7f2f8b 1.80 MB 3,048 3
908,709 908,709 00000000000000000000a5b8ba80af9217b7272ac2e1306ad31f10fdd4913ed2 0.45 MB 700 2
908,708 908,708 00000000000000000001b9617b35bcf3e987ab1e45f0e50c25a836f062c8d0a5 1.81 MB 4,926 0
908,707 908,707 000000000000000000000fc7d86da0bc4524c3c5001dabfefce5e90891bb55f8 0.78 MB 1,623 3
908,706 908,706 00000000000000000001f9b3ad5d3e72834fd41a3da430441840416259adc23c 1.08 MB 1,321 1
Previous 10 blocks ↓
Total Size: 771.38 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,863.89 GB sent, 104.30 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.