Memory Pool Memory Pool Refreshing

19,065 transactions
6.08 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,154 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (80,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
827,708 827,708 000000000000000000003670b3642f254c3a84cca182346af2e24c31f35f18d6 1.80 MB 4,286 28
827,707 827,707 00000000000000000000313b4369c21d65964cc88485e496c0b3dc25c3627d38 2.02 MB 6,454 24
827,706 827,706 0000000000000000000353ce25a197233fbd713cc265c38f6fa93a929f9295d0 1.85 MB 4,662 27
827,705 827,705 0000000000000000000393398b854ef335316e882ba041cf5a10013ec7b7de22 1.97 MB 5,471 26
827,704 827,704 000000000000000000022ec3eae3aa17a7d4ebd8be321092b16b39a36b09483b 1.81 MB 4,291 27
827,703 827,703 000000000000000000035f8ea6c1f72bd9eef1191554b7223a92fd8ffdff728e 1.78 MB 3,418 32
827,702 827,702 00000000000000000003691a19996958d2800f6c35930a68d0e5a0c0c5b4fb37 1.71 MB 3,471 36
827,701 827,701 00000000000000000002731e5f94390f38f6de9a52246c1a39a77514cae1e6dc 1.72 MB 3,452 38
827,700 827,700 00000000000000000002d158c986d6e764d4c7c9bf5c6a341e229402726728d5 1.62 MB 3,374 25
827,699 827,699 00000000000000000000b47faea89a92b394ad434599c55d26963442b7fc40c9 1.69 MB 2,962 40
827,698 827,698 00000000000000000000fb622672e4424f3c3d0ff1dbec21b9ffc1c55f9b100c 1.86 MB 4,131 26
827,697 827,697 00000000000000000002dcd9808cb511330b396d53a56b2d687ebae1f7bac2c0 1.74 MB 2,652 35
827,696 827,696 0000000000000000000261a434a1fe2356a8389b33d4dfcb59182b08cc305945 2.04 MB 5,824 25
827,695 827,695 000000000000000000004298080d3fae2243444166fab313dd4aae141ab51a99 1.92 MB 5,189 29
827,694 827,694 000000000000000000018bb0c95c58b0dd340a10184ea365d50ec52fef5ec0f8 1.68 MB 2,792 32
827,693 827,693 00000000000000000001677b0436609ac80b303e48fa0650b8a8ff7428acd2b5 2.06 MB 5,243 28
827,692 827,692 00000000000000000000b70ad493ce5859023d5eef7b3a2708c0c70ff5794648 2.11 MB 3,250 35
827,691 827,691 000000000000000000010ae6cbb2de5ed2a87d0b85921b2676439c2b67d2f104 1.47 MB 2,566 24
827,690 827,690 0000000000000000000022e1c078d87c5dec9a1d4a20be2788095bbccbfcb984 1.81 MB 3,518 39
827,689 827,689 00000000000000000001520bad8288c8adb0ecbc287105bfd36c6a3c4d4dccc5 1.74 MB 3,108 41
827,688 827,688 0000000000000000000150575fe98b8834c97d0b1ae988e92f84c5bf16197011 1.58 MB 3,369 45
Previous 10 blocks ↓
Total Size: 769.02 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,624.43 GB sent, 92.99 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.