Memory Pool Memory Pool Refreshing

4,310 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (766,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,056 141,056 000000000000010efc133265419e87a3f43fbe50982c30dac6c24691e70d4ade 0.05 MB 133 34
141,055 141,055 0000000000000517e75f3883739f4f2ed6e8e3eb59ab792ad15664c9c23c3667 0.02 MB 3 50
141,054 141,054 00000000000003329dd1f98dc28693303b3d90cd06becece88672b66763e5278 0.08 MB 109 515
141,053 141,053 000000000000018f5dff9e4443718eaa5b8881102f139b4128a60d0e6a774669 0.02 MB 55 144
141,052 141,052 000000000000067bdedccc5bd12769fb739fd705673009f0b2a8c59ff9f791d9 0.09 MB 224 290
141,051 141,051 0000000000000052fccfd7abbcb5b3012b5f8e4a6f4dcd858bd71040cde511c1 0.01 MB 17 311
141,050 141,050 0000000000000460458574f7aba498af8c7f4f563673215c1dd66b8a44c0c073 0.01 MB 21 451
141,049 141,049 000000000000029c375bf266ad152999d6027ac10accd8f2f6e6ece02d7a18e3 0.06 MB 169 280
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
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.