Memory Pool Memory Pool Refreshing

3,812 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,654 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (80,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
827,687 827,687 00000000000000000002228790d8ba9c6ed8dc2b6f9a1cdb47282c259b062f18 2.09 MB 6,901 24
827,686 827,686 00000000000000000000c9ab3dff3aa39ec4591a2501c01c15340784931b9d3b 1.90 MB 4,465 30
827,685 827,685 0000000000000000000153e9e0683bf246ca1e43d41a2c7a647918274d759be6 1.90 MB 5,420 25
827,684 827,684 000000000000000000017b9710b21edf982af10f240a6a3cbdaa75c82bfb5e9f 1.65 MB 3,206 33
827,683 827,683 00000000000000000001bdcd954d28322d4154c27e73ec9ae9c2f5a652e4a107 1.78 MB 4,235 33
827,682 827,682 00000000000000000000422acbe6a5a0cbc6fac6a145c3e09e7156847b3713ca 2.03 MB 6,116 25
827,681 827,681 000000000000000000019789d2bdb7c3f14c8a3dae54e9733674077d2ad31add 1.89 MB 5,223 31
827,680 827,680 00000000000000000001b829fc07c92273e56146b30d08bcab680e593d2f665e 1.88 MB 5,063 28
827,679 827,679 00000000000000000000d569664fc6e4e3785d4d599c3f02e3d98b72c3031447 1.77 MB 4,319 28
827,678 827,678 000000000000000000009ce88d5c0598ce48766e53e2aaf5a716cf74abebf18e 1.60 MB 3,676 38
827,677 827,677 000000000000000000030019acfb8ccc2515fbee4bcf9a6a2acd67e8bc74067b 1.78 MB 4,211 30
827,676 827,676 0000000000000000000099629583fc1469ea5c32ec6e3f2051800416c38b1527 1.81 MB 4,761 32
827,675 827,675 00000000000000000002e987c61e95689d5de2ec89ba5fd1febbcd1436bec9a6 1.59 MB 2,621 31
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.