Memory Pool Memory Pool Refreshing

3,032 transactions
19.55 vMB
Show Random Selection Loading Transactions
Max Size: 79/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,688 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (881,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,202 27,202 000000008359cc3220fb4cb310bfb88f6d6542c37e1a42d7444c99a07ab892e4 0.00 MB 1 0
27,201 27,201 000000004d74f5379754079dd6db2bc206761639169f91c569852932c478d5cc 0.00 MB 1 0
27,200 27,200 000000006d78ac41bb13613233b2912ba0dc3e477b1178a9997ddc7b59f32b69 0.00 MB 1 0
27,199 27,199 000000007cf98a8efa2b0eb7e76231abc4e634003a2c68960c66aa90994eafdc 0.00 MB 1 0
27,198 27,198 00000000ada12d27a7ed6168491d59fedb1102ed4a43c7474234b0adb10b80b1 0.00 MB 1 0
27,197 27,197 00000000ae01d92f13fb1a338f189069e792ee9507073769fec0cbb3e2ef2dc8 0.00 MB 1 0
27,196 27,196 00000000e808b0d35cc6ec76884577d7c0e0531728a5d92f4f9d4b50634698cb 0.00 MB 1 0
27,195 27,195 000000008e48be99e09e67f258850734010da24a374f3c13bb4764c6c64c34c9 0.00 MB 1 0
27,194 27,194 0000000072ce0770262d97d11da64533e125af7e39982cac00e143f1fe0300c4 0.00 MB 1 0
27,193 27,193 00000000c01d17102b7b5e79bd5515a22ef88919f510873b6a613e57c6408905 0.00 MB 1 0
27,192 27,192 00000000feaee42b674b7d2a2210bf13d6176e2f47f6e46bd76b6d4683b11f92 0.00 MB 1 0
27,191 27,191 00000000beea78cd41d840f3f21c6effc5652408ffc4494b7663ce91dc2381e6 0.00 MB 1 0
27,190 27,190 000000007d8acd5a614306efe70fa4ce3db117753374027c477ff438f2917b31 0.00 MB 1 0
27,189 27,189 0000000067fe279ee7dfe2152350d24bf38d7efff28d3a9b15cf9c3b87034fb8 0.00 MB 1 0
27,188 27,188 000000001c2d5393da43c8a5d7247f0f41f06e7d7ef73d6ccfafef9ca1a383ee 0.00 MB 1 0
27,187 27,187 000000007933a11dfcf870c5caec5916d2c5a78b32c8c0eca8895c97352d73e4 0.00 MB 1 0
27,186 27,186 000000001efc0e34cad08de1c7af60a61b522285629b8a7bf0c554144a5d3413 0.00 MB 1 0
27,185 27,185 00000000d9ea330e417953259901a3fa3738788c7d3bee619dabff2928e0f0fd 0.00 MB 1 0
27,184 27,184 0000000032181f74336e5d3f235e0f9a82ea5f27147b60e26eefc8a629d3121c 0.00 MB 1 0
27,183 27,183 0000000024a6d4cdf1aece6d30317ca1efab546b9c2d1bac50d269ed2e6cc1bb 0.00 MB 1 0
27,182 27,182 000000008324c376feb97fe9882345854b16dfc07679d7ecfd09dd361f26df32 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.