Memory Pool Memory Pool Refreshing

5,266 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,787 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (597,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,104 310,104 0000000000000000285410f4688574e53376933c40f46b55b19a611574a055b3 0.30 MB 571 31
310,103 310,103 0000000000000000239ee4a0fa9cf8e12d70e728f889e860d1f2cf215d5dcac2 0.24 MB 309 21
310,102 310,102 00000000000000002fc78a46f170d28e35ef2208abc91bb60d8daec5bb8d031d 0.16 MB 263 27
310,101 310,101 000000000000000029558930fb39b662de0a8ce92fe9a6ffb240f07a76bf0edd 0.13 MB 169 24
310,100 310,100 000000000000000025a7cc0bfcc6cf433d8557a8785ff93b660be3cd56db5ebf 0.06 MB 128 26
310,099 310,099 0000000000000000289b486eac88bca4705d4b821daf0e2f05aa1fb45f8cf5c8 0.18 MB 299 28
310,098 310,098 000000000000000036a929e407837a81ea2fd5cec72978758ee0740213902ab4 0.41 MB 683 32
310,097 310,097 000000000000000029e09c1e6a5b146617e5513719f3bc389fffd4d3327379a8 0.30 MB 434 61
310,096 310,096 00000000000000001e452f3e0174cefd4b617dd1d1c24103f30e4ab8b3a81e9d 0.32 MB 554 74
310,095 310,095 0000000000000000060b46e8e0f307b49f46aed1acea577fe6bc05119dd459f6 0.06 MB 45 8
310,094 310,094 0000000000000000052fcab0f25a2cc2fe39825d08471e558a9b325a737d6595 0.42 MB 798 36
310,093 310,093 0000000000000000145925affe76100c61734ac6b13e24e3849e14d7a52da02e 0.44 MB 914 34
310,092 310,092 000000000000000022d5071181d88c9a785091cafc010d17c7076f8ce216373f 0.03 MB 68 21
310,091 310,091 000000000000000011df88d2e4e8352ed95a3fa5b29f6ce84ad48792a9b95550 0.60 MB 792 24
310,090 310,090 0000000000000000083ecedae17f8b47e9ce33f76ccffbf9c95e362f23c869db 0.05 MB 23 3
310,089 310,089 000000000000000040a2382001b6fa08a6486e7c17000c89440517e8272ad6e0 0.29 MB 593 30
310,088 310,088 00000000000000001ddf5f27f4205c1e2db8a595321bef525f194a74c8479d2e 0.35 MB 464 21
310,087 310,087 00000000000000003680c2e68ccd9a506e07cf3e481c35086b6e849d3973e787 0.09 MB 256 40
310,086 310,086 00000000000000000b8e84fee6a45f358fa83f41c163bdbce837f9e1c1f32fd6 0.50 MB 868 26
310,085 310,085 0000000000000000351a0599912172d7e908f6fac551c28eba2dc6105347aedf 0.16 MB 512 55
310,084 310,084 00000000000000001179ab36c2c029dea89d6c5506042414f6d5acddc46c5c86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.22 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,634.65 GB sent, 94.04 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.