Memory Pool Memory Pool Refreshing

7,968 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (609,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,917 297,917 00000000000000000a45772d3e61bf4198e4c7de5f2969812e495c072e2e19b4 0.22 MB 345 29
297,916 297,916 000000000000000083725fb70cdc7c7d6182f521f11b8c27a0342e53c1e90c53 0.02 MB 32 22
297,915 297,915 0000000000000000604c0aca9d1f73dd410c65b119088a17032fb846ec2c6849 0.03 MB 47 28
297,914 297,914 00000000000000001c40c203a188d9e260c80a44b9448d9173d4e47c943f9f83 0.01 MB 24 36
297,913 297,913 00000000000000005296075a6e68383ec2a62958c1f83b55e9bd05be712af134 0.20 MB 352 30
297,912 297,912 000000000000000070911930e03b60c72fc315cfe820c2b2cf2aeadf45882735 0.02 MB 39 24
297,911 297,911 00000000000000005e7598856223fcf41312503d75e698c1b780782630ded3e7 0.06 MB 128 41
297,910 297,910 00000000000000006c4ae9cb16ef7bfdc0f63132037e6d6b54f3def92afe0657 0.15 MB 351 35
297,909 297,909 00000000000000006de6cc4295aacad1da736420856b6fdd3179b97f0bf7a8dc 0.51 MB 712 28
297,908 297,908 0000000000000000416fc5a8be6e78a55a3dd31128fae0567f98e84163e0b8a2 0.13 MB 416 30
297,907 297,907 00000000000000001ae032d4175213f1395fe7848b70a4c06ca15b4ef74b98e7 0.66 MB 1,240 31
297,906 297,906 00000000000000008491d2738574bf28a05842de4af68b632b5561fa97d7488a 0.02 MB 32 31
297,905 297,905 000000000000000037d60b7d038e72c354f45c38345b88f99aa46aa01fcd46a8 0.12 MB 271 29
297,904 297,904 0000000000000000106eb18dec0a63be73539abe8a59ccae81c7ea75c49cfeb8 0.19 MB 330 37
297,903 297,903 000000000000000003bca812112e53d2d1d672a14b7d4225c106d32e88e4c195 0.10 MB 165 27
297,902 297,902 00000000000000009a2cf01c3486873824b2341e246356f7abcc6fa7c4db3279 0.02 MB 64 35
297,901 297,901 00000000000000007df81ae00c98fdb7b20b6439576dc98d8b8cc0569f3a049c 0.20 MB 333 30
297,900 297,900 0000000000000000388fba264cf24a50c98e6f123d2136819b5a48cbe01dc1e8 0.20 MB 445 32
297,899 297,899 000000000000000012f92ebeba849c18f4eea2862fc2bd004bded6e44004c975 0.15 MB 225 31
297,898 297,898 00000000000000005c46f3dde6cbd02e92f4658c3cb6eb63fdfb3e6db312011d 0.17 MB 352 33
297,897 297,897 00000000000000002bbc4fbfecbc55a27e19b50fa920cf89c7122c6f4cdcb010 0.05 MB 80 42
Previous 10 blocks ↓
Total Size: 768.96 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.44 GB sent, 92.63 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.