Memory Pool Memory Pool Refreshing

9,034 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,839 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (677,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,797 230,797 00000000000000b5fc57f0639bd7bbb951ac87622cf5a11230aade8620ba603e 0.10 MB 320 75
230,796 230,796 000000000000010ae3db78e64d19300c41fcf630458f660152fe41294969d33a 0.46 MB 765 121
230,795 230,795 000000000000014cdec0e739bb811b578c6378219f1ff1046ec2de0649aa98f2 0.25 MB 685 229
230,794 230,794 0000000000000184a6b883510d7654b345c3b8db1b9de0454fd31045d27e1358 0.25 MB 540 14
230,793 230,793 0000000000000145688c9b2cad853f29149df504d5f52cc8756438dd0050081f 0.09 MB 160 115
230,792 230,792 0000000000000141c4ad7381b241b19cabc755adc91cff5fc85f30a4dbdae68f 0.04 MB 128 179
230,791 230,791 00000000000001ad214307b32421ba36c7e8e6b45ab8995f11cf417aa183494b 0.23 MB 461 163
230,790 230,790 000000000000015943f21075483208a7af0d484e0592aa42d6f976d89afec099 0.05 MB 78 78
230,789 230,789 00000000000001b1ac708e2506600e6f13043f164eedd1fd8853954ea9becea4 0.01 MB 15 132
230,788 230,788 000000000000007afa112a81553a937754ab22532914e5571bed322d05191ba4 0.25 MB 315 16
230,787 230,787 0000000000000046a986a6bca0b44beeb43ab77c561508a5524324042f522c27 0.16 MB 99 62
230,786 230,786 0000000000000029780988a57ffae188ab85cb227dfcaffb0b9c3a163c31f338 0.25 MB 606 169
230,785 230,785 00000000000000d3d6bf65fa219ceed5a89b4dfa2dfce3e31aa15da3b23e800b 0.09 MB 166 202
230,784 230,784 00000000000001dfc51af0bcec82c4581c3ef3bf2a1decd1be5661360ce97ffb 0.25 MB 497 74
230,783 230,783 000000000000017a583a5db2d7c246b187ed519dcdc2035c7abef1e3f2b6d0d9 0.20 MB 370 133
230,782 230,782 0000000000000104884ef7aae8ae695d85bcd6a2c4e13d55ccd9ac9069531515 0.25 MB 209 105
230,781 230,781 000000000000018d91915fadefb683bbddfd1d1dd1eac243d70592f50f3defa6 0.25 MB 725 185
230,780 230,780 00000000000000edc0a9e4e450cca58e37242af1c1392d5379cc2e38c936b5e6 0.10 MB 306 140
230,779 230,779 0000000000000170c3b51827855d49321d6121241ece2216853e620466e8bea4 0.11 MB 216 137
230,778 230,778 00000000000001e25a55f07399556301c7248532d9bbff5329a0105cd6c93685 0.16 MB 264 205
230,777 230,777 00000000000001da6b80163185a5542f5a3cd68ba39752d77f5ff1592a74220a 0.19 MB 458 255
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.