Memory Pool Memory Pool Refreshing

10,159 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,163 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (677,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,627 230,627 00000000000001a4294ec5527a877dc4e9f6799666bd696f2409e61e51c5db8c 0.31 MB 669 156
230,626 230,626 000000000000010bad4247a259fe14ee3c0a0effa734a5005be4294e092621f6 0.00 MB 4 90
230,625 230,625 00000000000001b0e45acb734ed15879c5b351b1853e62755ed4198fb4c041dd 0.01 MB 28 100
230,624 230,624 00000000000001648e77e9b15bc26c870a6c5767d17b11871d20b486b7f09c36 0.02 MB 30 100
230,623 230,623 000000000000016b3008c2bb798a80b10ba741788bc2a1f37697d42cbf6eeb45 0.02 MB 36 88
230,622 230,622 00000000000001eb8eda2a27cb7ee5159cbbfd2799edac27d9993703c1054147 0.21 MB 188 50
230,621 230,621 000000000000022cf6775fd0d7df8260b2ea1b75476a22bef0c8923d97cc4f9f 0.25 MB 328 59
230,620 230,620 00000000000000edb91476cbe6e9c25162d8425ad9cd89a3d427d0d972f787b8 0.22 MB 306 102
230,619 230,619 000000000000016deb4fa5d9c1303f40689c81de675461f18f30ab1b719ff43b 0.15 MB 363 132
230,618 230,618 000000000000014eda45624a8937c2d0500ab1ce5f1b72b2fc4eb1e87e7289f5 0.05 MB 154 86
230,617 230,617 0000000000000189f8e30b01b34c7b6b80e67e20aa04f596e20e8f7307d562db 0.03 MB 77 25
230,616 230,616 00000000000001bfb2f15350cfac11c8601b0e2d6db1a514520484fd27bff172 0.07 MB 130 86
230,615 230,615 00000000000002044268f5ef285b521b2fd1da4a1da7cb4f846a5bf42857ce7d 0.04 MB 128 105
230,614 230,614 00000000000001808afd19301d6e6a42ec0a17fb9edb607c6cf8eb066ef0fc0e 0.24 MB 526 225
230,613 230,613 0000000000000082a1210dced8f8bbd13fde0ca8781b9d5c404c9032059435e1 0.19 MB 489 181
230,612 230,612 00000000000002047d436eb46e523b181ba2f671d6185c1fbef4dc83fa9a8cb4 0.13 MB 196 94
230,611 230,611 00000000000000e56bb1f721de136bc8a1ac8203ea534f41f187c568166aa686 0.25 MB 784 174
230,610 230,610 00000000000001b9077637037075e44a65763ddb815539c9b97ff2037c5366de 0.13 MB 132 94
230,609 230,609 00000000000000986e70f680711ceb8dcbe3ce03778a41fa0fbb133461cabcf1 0.13 MB 184 48
230,608 230,608 0000000000000202bcb756f9ec4eee812f6754465caca6b196553047add3ebb7 0.21 MB 524 198
230,607 230,607 00000000000001c2ab7317e91333008807ca5ca7fbbf8eac4db569a83526882f 0.01 MB 39 133
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.38 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.