Memory Pool Memory Pool Refreshing

10,915 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (626,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,705 281,705 00000000000000004cb5f3470e894b8e7c03e21e6ae60b766d859044b776c8a1 0.11 MB 208 40
281,704 281,704 0000000000000000380197ecd34723f3feef0c784ed07c8ce98aee63a254423d 0.13 MB 183 32
281,703 281,703 0000000000000001bbfd73910077d2f78cbcc319786e36205ba26a5442ddb2ad 0.45 MB 665 33
281,702 281,702 00000000000000013741dac7074f2f46b86497ce0b309d64b10cfa774a51b5c6 0.50 MB 807 34
281,701 281,701 0000000000000000db320ea6a3ea512791d0b903a913a3ac4d0c3c5cd69469c9 0.25 MB 447 29
281,700 281,700 00000000000000012d71aef3d9bf1a25099dfd95a0a7e0720279554ef1a57bd9 0.50 MB 1,355 45
281,699 281,699 000000000000000036e35ea4d136f9d512532fa44ddf39ddd06ed1607dac9f32 0.25 MB 492 48
281,698 281,698 000000000000000061d0887fd883eac5f4db13a8983f1e46efccc33333a47023 0.25 MB 546 41
281,697 281,697 0000000000000001b316fd7f7fbdd09a6a991df8df45e9cb9568e3409d15267a 0.25 MB 668 58
281,696 281,696 0000000000000000505ac43489b2d0574716ea1b792591074a37f4604c3d557c 0.18 MB 218 18
281,695 281,695 000000000000000236c9bc13fff77603d7a835501cca7f1f53006bb34f3e46a0 0.50 MB 790 45
281,694 281,694 000000000000000084ba3a7f178e3e18cc983329606dcc140bf8f5c2b03ab48b 0.35 MB 572 24
281,693 281,693 0000000000000001ac3532aeb5adf4e5b01f75b81b46052ba184f20db9157fc1 0.50 MB 1,501 56
281,692 281,692 0000000000000000d0f45699bca8dcb6af405cbb267b8b84fdc8038baf4e761c 0.90 MB 1,776 38
281,691 281,691 000000000000000103aeb700a185f3f7312b511c8483ee4639a845e01529602f 0.05 MB 132 96
281,690 281,690 000000000000000168e9d44e5bb006b700c2c68b6836366bf308fd9bce329fe9 0.05 MB 133 280
281,689 281,689 0000000000000001a0893710327f2efe42cb592a96bad7b93fc9c56b5d031261 0.50 MB 1,152 36
281,688 281,688 0000000000000001c474b1e06bdd74fdb1cb1aa9fcefa6245a22e23062bbc2ff 0.25 MB 486 107
281,687 281,687 000000000000000122bd5aafc113312a6c0b9757e67e88ecced4172746cef10f 0.05 MB 180 294
281,686 281,686 000000000000000025df7d31c809a52d107b8cb7cb767d8eb2326ebe539d374f 0.09 MB 218 37
281,685 281,685 000000000000000027459d929091171585d5c5d77e4ddde4cc1b555c464d6b5f 0.09 MB 149 29
Previous 10 blocks ↓
Total Size: 769.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: 1,622.04 GB sent, 92.93 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.