Memory Pool Memory Pool Refreshing

5,220 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (650,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,277 257,277 000000000000000dbd67814873ae56d2524a97044ac95fb5952e301eefdb01fc 0.06 MB 185 138
257,276 257,276 0000000000000021f27d2fd1b4b2a025ea0412cd038e9fa42bdcf1730c50ac87 0.06 MB 148 93
257,275 257,275 0000000000000031480dfdb9cb822a6a74a4634afd9ea19e0372f6c09cdc5803 0.02 MB 51 81
257,274 257,274 0000000000000023511bd6f066b596a9002685dd504449e4ebdad27324e4c42f 0.17 MB 410 96
257,273 257,273 000000000000001ed40c90983f58ba85301846591f283da44f65e353a4a1783c 0.06 MB 129 140
257,272 257,272 0000000000000008a66651f0ae2e15b675da20ac9c82f003e41c28215acb8e34 0.04 MB 79 83
257,271 257,271 000000000000002b85d140fb30118b43a99cbc169175b93f07dc836e71639d5f 0.13 MB 315 149
257,270 257,270 000000000000001777b343741547204057167472b2081ace31beb0875d9f94f3 0.03 MB 67 79
257,269 257,269 0000000000000013202812b72090e929536fded5022ec0de6d4675a4bdcb55aa 0.07 MB 189 119
257,268 257,268 0000000000000029a0cc2abd0387f80e9c8ee9b59f42105ea1c2ada345930259 0.04 MB 98 146
257,267 257,267 0000000000000012879a310821b9338306fe52ba422b2d828220ffe3d70bb7ea 0.09 MB 211 97
257,266 257,266 0000000000000023efb43e52de6424b553816c521d7b50dddd092418b0353c8a 0.08 MB 186 123
257,265 257,265 000000000000000a85af24e5d0827651e720ae1a28683f4c13ffc747599c05a1 0.02 MB 57 136
257,264 257,264 00000000000000124a449d6d52c7dea5cd36973dcacbdd35d719d1f624b92c92 0.02 MB 52 135
257,263 257,263 000000000000002daaf6937c2a70073bd2690298d4da547546664b1e583fe4ab 0.04 MB 109 155
257,262 257,262 0000000000000006937c227c599ba1c3eb73284d11a2f18c2ad06dab2fbeb56d 0.20 MB 308 72
257,261 257,261 000000000000000d1c5828fa30f1aa1d5c88762ec82c54ee812a8fd39bbddbfb 0.05 MB 107 97
257,260 257,260 000000000000000bc56e346d05a3a6a0a3359100a2442b2a5ee6ba4ce9450447 0.18 MB 411 101
257,259 257,259 000000000000000bb699d2045522c18af35924c411d3778b73ada81baa950807 0.03 MB 40 43
257,258 257,258 000000000000000b11b188251893ada9742817151d6ed303e536804decb5be68 0.04 MB 94 95
257,257 257,257 000000000000001efb1e8292d945919b063d6e89808765f50b69e9405fe9fee1 0.07 MB 139 108
Previous 10 blocks ↓
Total Size: 769.21 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,634.52 GB sent, 94.00 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.