Memory Pool Memory Pool Refreshing

22,738 transactions
11.17 vMB
Show Random Selection Loading Transactions
Max Size: 55/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
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
902,501 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,145 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,500 (677,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,747 224,747 0000000000000135075c49a29fd8cb5b5ffad14da6385d82853aea7cad6a343d 0.25 MB 652 292
224,746 224,746 000000000000035d814052c5b50fae7be54a85e40402f13089ceffd043fca915 0.46 MB 639 107
224,745 224,745 00000000000002d6fc032ea592a81586937ac65f9a419664ee57ddf879c90e4a 0.13 MB 256 186
224,744 224,744 0000000000000038e101a74bc0d569516969c138b3c8aac1c0f8e3609e69cf48 0.25 MB 443 135
224,743 224,743 0000000000000386c8a336011c181113283a82da6516864b5365c1a0a18cb9c7 0.25 MB 581 195
224,742 224,742 000000000000005ad25b9d2c241df52e81b4e40f83cab3396e34afcdb2afb31d 0.50 MB 1,161 171
224,741 224,741 000000000000034419dcce115df144144c2883b5e24abff20550e2d725674e35 0.25 MB 831 377
224,740 224,740 000000000000030ba72631f52770873421fc86bcc0a7cc54a0053043594ec0a7 0.25 MB 775 285
224,739 224,739 00000000000002906f274d31ecb27a63035d96b2e94bad2ebf52d031ce91fb4a 0.03 MB 64 147
224,738 224,738 000000000000028918cbd3bff4f7ebe87737ff5720f501f2b64f95c3064f1f8d 0.04 MB 65 136
224,737 224,737 000000000000015599a809116355f52e17fbc6c4061430c924cb6d6f97cb3d38 0.16 MB 213 122
224,736 224,736 0000000000000076c31e91c900e4322a00cea9ff932c194e47557343af4d0e08 0.50 MB 1,239 197
224,735 224,735 00000000000003c0f849a898e053458a79d7a4618dc1ce0dc098524fc2bf0642 0.16 MB 321 154
224,734 224,734 000000000000016381f5737f1357ed088cac14bc3b763077d778db4cabefdd5b 0.25 MB 486 165
224,733 224,733 000000000000008cb40d5e5873e656609d22fe06d8877a00740a353dcb929556 0.35 MB 370 95
224,732 224,732 00000000000000ba23a436d6748be02daaa755ca4591af02caf4b4c9622946e3 0.50 MB 951 157
224,731 224,731 00000000000000ea6342daac6c9fb24c24995149ef335a1345ecf0bf8843421e 0.25 MB 835 276
224,730 224,730 00000000000001cd1ee262a7886179163c07ebfb99746bfdf8e2aa63bd7ddba9 0.17 MB 371 123
224,729 224,729 00000000000002afd19324105e429f5d3bd578ff710cf2802f9c59f622e37857 0.49 MB 870 161
224,728 224,728 000000000000010361eb12ea6bf9eb554cdb4c0e2117462bb71389f7b0ba69d2 0.25 MB 669 274
224,727 224,727 0000000000000218c9db769165dd525675bdd21af1277b5d4a51b34ceb27043d 0.25 MB 829 308
Previous 10 blocks ↓
Total Size: 760.01 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: 886.48 GB sent, 46.30 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.