Memory Pool Memory Pool Refreshing

4,557 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (76,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,195 831,195 0000000000000000000281d09f957ce41a7b483681c4e36862d02fb9ea3dc082 1.55 MB 2,978 25
831,194 831,194 00000000000000000001968e0e86df987d0ae4260d2771de216c56e2ba16b743 1.59 MB 3,282 26
831,193 831,193 0000000000000000000188a85f0cd6acba250f92bcd3aa87f29fe9b056ffd400 1.68 MB 3,394 28
831,192 831,192 0000000000000000000078485dfa10a7cae9a0798523d60014716559c6a4c43e 1.56 MB 3,382 34
831,191 831,191 000000000000000000025178ebce0bd91fbff027993275686fe509a47cab934a 1.90 MB 2,939 20
831,190 831,190 00000000000000000001e2eda455452c6b00e80c47130fb25b95897e82b3a4eb 1.57 MB 3,109 27
831,189 831,189 0000000000000000000249dd751250fc7e4cfb11f5b737482f57a549f2a2d614 1.74 MB 3,100 15
831,188 831,188 00000000000000000002a7c71ba1d2a16ff7301ab24f82b9a0736fed0fb57c87 1.83 MB 2,970 17
831,187 831,187 000000000000000000029ebbb8d65ec599ce7e0a731ebde0585e1d45904119ab 1.70 MB 2,698 13
831,186 831,186 0000000000000000000232c9ee8e0d9d7120329ded2b5dc1503b0f0d7a7a890e 1.48 MB 1,718 16
831,185 831,185 00000000000000000001dfbb017bc1e1acda0a033842093c0c607bd9f76cc757 1.89 MB 2,532 16
831,184 831,184 000000000000000000034a3aa4e2ff9c75f0e4a67207ac32f24508522c732c8b 1.63 MB 3,115 26
831,183 831,183 000000000000000000025128e79b965e1ea2738f6768a2751763fce2ec61ea41 1.81 MB 1,898 11
831,182 831,182 00000000000000000000ac079bf0648ba823280f4d682d2f3e74f2b9824899b2 2.30 MB 1,826 11
831,181 831,181 0000000000000000000234c516e99ae7a423786ade49f012d0b4a85dc200e3fe 1.40 MB 1,577 15
831,180 831,180 00000000000000000002536fd48a9fd30de5e679b2009dfdcb087fa53853b661 1.48 MB 1,835 15
831,179 831,179 00000000000000000000546d141b43cc84474722659c21d6f2a375a489c94395 1.84 MB 2,901 22
831,178 831,178 000000000000000000030aad9641f578c1dcefb108e845f187fcbb996f17ec8a 1.54 MB 3,456 31
831,177 831,177 00000000000000000002933902c2fad30a8974f8041f93678acb95ea1358cb50 1.32 MB 1,499 16
831,176 831,176 00000000000000000000298098a8187d5815faf6a6cc408c3250126212a99300 1.49 MB 2,835 24
831,175 831,175 00000000000000000000a8ea8c19d7bd284bbc35946f95576bb3c9d8575a4bf7 1.30 MB 1,762 15
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.