Memory Pool Memory Pool Refreshing

5,077 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (773,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,683 134,683 00000000000005d51ba9fbdcae51795351d826c153c00ce8140da9a2a1693827 0.02 MB 17 149
134,682 134,682 000000000000078885ac31374555151c31bdc8f11b6c7fbe5c917a0d5ee031d0 0.06 MB 108 372
134,681 134,681 000000000000033a63fa6227aafadfd183057bd8d631ae0084816a81195eaf4d 0.02 MB 39 385
134,680 134,680 000000000000028bcccdd524bfbcd143b60f045694b30011aad514b8167a2ba7 0.02 MB 49 533
134,679 134,679 0000000000000a266cd259ad2ff370164e3f42925377e4fcd4f3ef1255b77866 0.00 MB 12 191
134,678 134,678 0000000000000a570e9312ea6e892d7f0d11ed40a0f06516f41df7a1ce37d27e 0.05 MB 122 155
134,677 134,677 00000000000005f5c744e5825c0d436d36eea0bb9f477471215003b1837c60b5 0.03 MB 30 536
134,676 134,676 00000000000009be24959179dd77fda93a2f80231a46ab6d40a7c1ee4196da64 0.03 MB 86 42
134,675 134,675 000000000000053f32d1a5a3c890100e9b01c5aa63ab68476e1c09f51860de8a 0.04 MB 105 338
134,674 134,674 000000000000066de2f076d4f82464bc4a5af6516e83af54721de7032828ce00 0.07 MB 137 127
134,673 134,673 0000000000000af1d2e6926f2b523685155885f4a0589f2d033c114812d3a594 0.02 MB 36 1,273
134,672 134,672 000000000000063b3b54ca2ff8abedf4aa21e057630a783ac50ea805685580aa 0.01 MB 26 655
134,671 134,671 0000000000000c239d84c777495ccc7233afa66f6251f61fa38fc450a344570c 0.01 MB 13 194
134,670 134,670 0000000000000690b7e822dd465513b7c3f1cab26a7fb2ed29a3886b4d5dcbcd 0.04 MB 146 246
134,669 134,669 00000000000003d8640625c3a55870ed808b6474e60933896c7369b908299c0c 0.11 MB 308 251
134,668 134,668 00000000000005fcc5b0f806825820e020fb478f100064100439186938d818d4 0.03 MB 63 633
134,667 134,667 0000000000000514cd2171b899e168e06585f238b69c4389b3e30dc66a69ce17 0.01 MB 22 370
134,666 134,666 00000000000001e849ee02e57208218ec78b84e7dd55e82ff1f6d4e1b053b6a2 0.05 MB 156 343
134,665 134,665 00000000000003b4c6e54fc2de08610c7b142048a83eca4f729973d34c5273b3 0.02 MB 45 169
134,664 134,664 0000000000000630be5d799ca0d3470d2a2d542572c964a69c2f3836801a53ea 0.03 MB 46 465
134,663 134,663 0000000000000a0e9e07d36346b8c1e44ebf1f0cb6bb93096d9885a5a2446e22 0.04 MB 92 770
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.