Memory Pool Memory Pool Refreshing

2,705 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (783,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,126 124,126 0000000000002b5e361e65270aef0579b3b6c8339ef7d6c719ae313b436a0f76 0.00 MB 9 0
124,125 124,125 00000000000008c7015a381a5cbc3ac1f0073f916f06003ae777382188a81a5c 0.01 MB 3 0
124,124 124,124 0000000000004c4e69ce1ddaf49030386ff88d79b1553a85dc15ba1350ff8038 0.00 MB 1 0
124,123 124,123 0000000000005d0d08fd610f29a233a0b4bf4ffc4be681b3bee85139b4250ad4 0.00 MB 7 552
124,122 124,122 00000000000000ef77c13b9687d8483afa9d07f92d016544c2337236d60b4109 0.00 MB 7 342
124,121 124,121 0000000000000e75690ed40d2bf1ddbc872ecfe4028627a13aeca2a558f5e26f 0.01 MB 11 373
124,120 124,120 000000000000050b3cddd9eef41403cd7c1c935ad84d8a3bc5e9fa4d73d5748b 0.01 MB 15 818
124,119 124,119 0000000000005001ca5c2ed7a9258a62db9532dd2f8105d1d3c7e24dfacb9729 0.00 MB 15 413
124,118 124,118 0000000000004bad8962282b932087c42f38958c31410b755a555eff306f5eba 0.00 MB 14 446
124,117 124,117 00000000000065e478fa352671c7986f59996c32b9003d5e080f84b6fb6fef50 0.00 MB 11 696
124,116 124,116 0000000000001754f0ff54d96803a383f4b815869655978d18df650437a0ba86 0.01 MB 25 148
124,115 124,115 000000000000537873efd7c8aacc03f655b908f6aee62fab2c1db4f273aeaa45 0.00 MB 9 1,315
124,114 124,114 0000000000005c6e8f076bcf647c26b8296ac0f88acd0089690d06e622c2fda5 0.00 MB 14 225
124,113 124,113 00000000000028c04294c7b153910fde4af9c762543b4d8ceae6d10fcc500c2b 0.00 MB 7 338
124,112 124,112 0000000000002364cfe9b3fc987cc196ec50845cb61b912c7cbe5846cb36e899 0.01 MB 36 2,343
124,111 124,111 00000000000000a6ef34d7d8746b025bbece29de51742504d82f1525c1d0a12b 0.01 MB 18 318
124,110 124,110 00000000000022d992d9c724687e92021b540d86a6fb25a33010f46314257bb5 0.01 MB 7 639
124,109 124,109 000000000000240e47649a9e09bd1c82d8253a27102b70ccdf3343a5a7e71d96 0.01 MB 17 541
124,108 124,108 00000000000006bd2ef34743d4572aa8825d66fbc6d8661edad7777920cf50cc 0.00 MB 11 0
124,107 124,107 00000000000017a660ade8d824b39221bbad881491e46a5b34226bff19bbd02b 0.00 MB 12 0
124,106 124,106 000000000000316834ec5b18fa04716cc68952d0998edced10cec1e97bb38111 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.