Memory Pool Memory Pool Refreshing

2,459 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,984 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (783,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
124,105 124,105 0000000000006982364318a4010ebaaf48b080851e5a0781cd78c9e361963b67 0.01 MB 32 2,285
124,104 124,104 000000000000038612fb8e5426b09612a2386699cec120883bd07d019b3d62d3 0.00 MB 11 837
124,103 124,103 0000000000001b59001987c8e1de90bead269bb59b902731ba83568f1b7becf2 0.00 MB 14 703
124,102 124,102 00000000000067e4dcbe2f718b9e50adaa8e82ff4d1a0b47ad0c5d7337dbd015 0.00 MB 10 0
124,101 124,101 00000000000064d2f22fc95da555fd418ec12ce67da084ff66a1de506cf387d7 0.00 MB 11 354
124,100 124,100 0000000000001d6b70ae7186be1e95eee721c3b931ef003819df8c26142fae90 0.00 MB 10 891
124,099 124,099 00000000000019dc671ef2b00a7f7974ba0ad8f30e893a93a0d011ad4b8edfb1 0.00 MB 14 1,417
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.