Memory Pool Memory Pool Refreshing

809 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,889 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,888 (647,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,761 260,761 000000000000001ae910553b24fe538ce3cb8655bada6e222026a3e45b7896f8 0.23 MB 430 79
260,760 260,760 0000000000000008829374eb74fd3214f3e782da9610163359fa0f07bc8be333 0.19 MB 443 110
260,759 260,759 0000000000000019fb321a4a81a051e5fcd1efd7b7f664207bb5a2edda2e0a32 0.09 MB 176 74
260,758 260,758 0000000000000000b4c5b5aa1b03351b3e98d0b76ffb2df6c47589aca2434de8 0.17 MB 331 75
260,757 260,757 000000000000001832a96e14aff5f15bff0bb000b82bcfdd49900c4719a451cf 0.25 MB 684 135
260,756 260,756 00000000000000023749d54f1460f2b854daa336bb127e67f46e915ddb9b5149 0.28 MB 439 73
260,755 260,755 000000000000000c9670b467cfa47b13ef6fb01cb68b83340523e1d19daaa75c 0.09 MB 238 111
260,754 260,754 000000000000000edb964727c108302290911e8b902248ece24314be93ff3902 0.44 MB 786 72
260,753 260,753 0000000000000007d7cf681dc38db5be1a4aafb968be740861c80845d24e3d22 0.15 MB 309 135
260,752 260,752 000000000000000c1bcaec038217852e4d07dc89f55fd3b8fffdd1255044f910 0.11 MB 308 126
260,751 260,751 000000000000001456aab15bbee69d5174a470f3073bf57323728d9dc0a4ada2 0.01 MB 32 105
260,750 260,750 0000000000000017da39773b8596d194ff9cf9d2620326d4f9243517ca6d4849 0.05 MB 159 48
260,749 260,749 0000000000000012aaccca6f66897259ab78d86ce94b2506c8556b60b2817a0b 0.08 MB 235 125
260,748 260,748 000000000000001c162f88ca68ecabe15468e79556b28c856570d859df400d60 0.08 MB 217 117
260,747 260,747 0000000000000003095dece35ba585b74c8d534f16cf6e05253124bd7b83a012 0.16 MB 429 123
260,746 260,746 00000000000000153de93c8ad3e596dc05bc5137d14e6c70be56b351f6dd0d0e 0.10 MB 314 116
260,745 260,745 000000000000000ccfc3ec2e3dde55325589be24d6316e49211e557411160e1b 0.13 MB 323 100
260,744 260,744 00000000000000167d027077cec107433f78545aed56cd6c0bdaedde8fb906bb 0.20 MB 494 121
260,743 260,743 0000000000000013a2faf5ac4d57b2d9c9a281c9508c1c82ec094e14338b97e1 0.04 MB 61 63
260,742 260,742 0000000000000000400ded0f67d8b113aa8a57be8f1e0c5a6d482b3821a9b9bc 0.24 MB 498 103
260,741 260,741 000000000000000e0642f4c62eb1147420f2c0297695f383fea4d8612efd0b1e 0.21 MB 492 121
Previous 10 blocks ↓
Total Size: 769.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.19 GB sent, 94.62 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.