Memory Pool Memory Pool Refreshing

1,023 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,022 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (766,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,048 141,048 00000000000004e0beedb552a867f43c4dfe48d843d68549f800df9e90c8191a 0.03 MB 76 226
141,047 141,047 00000000000004cdf0443fc9070e755c01739d7c1ff83fc0d819803b25095862 0.00 MB 15 41
141,046 141,046 00000000000005a0f623856c90651321a3c08b163fa3bf5f5de192e1cd83c4af 0.03 MB 81 138
141,045 141,045 00000000000007cd7ceb1da1f8b5e99ac2a8f782f8ba4238bc0f26d09ac51ee8 0.00 MB 6 188
141,044 141,044 000000000000054daf3e936572134d0aa79661cdf361b9d7741b4f9553de9088 0.02 MB 70 364
141,043 141,043 0000000000000679446d16e9879bd2098383cfd8a7680342f4e231dacae415b8 0.01 MB 10 1,026
141,042 141,042 00000000000001faada3a025cc10954f8b4c52527af699384158be4d11ef9f25 0.03 MB 97 142
141,041 141,041 0000000000000439f63a4c0e4556872d726f6d311ff718904effd8c8cb20ad41 0.01 MB 16 246
141,040 141,040 000000000000013182ccf3a9ba9bc2c7ffd8fddfb61386443e0961c85b805cc6 0.03 MB 83 188
141,039 141,039 00000000000001f90ff0dc82c1f2d9be35e3db4b5d4c71fae82e5297d58048f8 0.04 MB 67 227
141,038 141,038 000000000000023af38c94901beab1b240b8baed275ebcd500dc71501b6afae2 0.01 MB 13 0
141,037 141,037 00000000000007b20daca7fb7bfb661c93ef74ba88e19d6c1e727b42dcd7f050 0.04 MB 104 79
141,036 141,036 000000000000037c765518c073283eefc89716a1ec17385477e5a3c99e0ecb78 0.00 MB 13 151
141,035 141,035 0000000000000184d1ef525e4415c2e47ccce45c236f5f31dac91889f8bed594 0.00 MB 8 445
141,034 141,034 00000000000007f90ce8ff5cd99074e255b8e390d97dd9b9922fc2d81642cc0c 0.05 MB 107 315
141,033 141,033 000000000000058ba514f1b0df8f65a26796f7c939fcb630887baae4c56b9f8e 0.00 MB 13 400
141,032 141,032 00000000000001d2444d940d8d5d9f3704edf208fb4d2c3678c071f4745efb89 0.03 MB 56 199
141,031 141,031 00000000000002a2b652e0353b3121a7542e5972ff0ef32a9f42922c8a317c7e 0.01 MB 24 179
141,030 141,030 000000000000073f4cfb5948c18d2dbd4df227d3b3c1cbb83bacaec823ddd089 0.03 MB 60 327
141,029 141,029 00000000000001990b30bca35b4b7099f380db5e0e305cb315722abdbcf11622 0.00 MB 6 882
141,028 141,028 000000000000068733d64c3839a2a0c5ec245d118877ddf0888409cc97b9dada 0.01 MB 21 34
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.