Memory Pool Memory Pool Refreshing

3,535 transactions
2.74 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
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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,188 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (770,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,334 137,334 000000000000045f868d8d1fef0fdd146f5a5860ed0e2079f1e41737e8ca33d8 0.01 MB 26 72
137,333 137,333 00000000000009db582eaaeefb72a4ec0130a9c43e1c915e56e120732778b71d 0.00 MB 12 35
137,332 137,332 00000000000008d77cac3ed641b75e6f4f5fab957df10036a17564baadcbf323 0.02 MB 41 336
137,331 137,331 0000000000000557ce03133d87d26df09d5bacc7cdf169c879c3a809126008ee 0.01 MB 19 300
137,330 137,330 00000000000003582908d3ea652cdb17f259c8aac23010e7db5614537cfc2db6 0.01 MB 50 11
137,329 137,329 000000000000033e853d79b7930fe700b8515f3b267f900637e566f5ce05a9f2 0.01 MB 19 98
137,328 137,328 00000000000001f40bb1164df5013e53b5cc63b85633483002e0281334dfbe2c 0.04 MB 101 184
137,327 137,327 000000000000050b308db2170b3b77398978430dbd6f7caef985dbfb5729558a 0.01 MB 11 788
137,326 137,326 00000000000008973bdab68878812de68790ab1fafd251821570388c0bf69acd 0.04 MB 149 5
137,325 137,325 0000000000000704d0a6adc3953935eed8c4318ba3c81bdf30af9165e52aaba8 0.03 MB 83 126
137,324 137,324 0000000000000936a1453bc336df45724d8f2b02b0a5e315acb553e253de59f7 0.01 MB 16 570
137,323 137,323 00000000000001f62676ad937fd445fbf7fc72660632a84af4845523bb820f46 0.05 MB 122 70
137,322 137,322 00000000000000cf9bae00d55bb05ffa26e894fa24775611c8eb0ceb88377cca 0.06 MB 61 252
137,321 137,321 00000000000006457ce3fa18649e3b4e7161024d0e542ea0abedb6d543699bb0 0.05 MB 64 245
137,320 137,320 00000000000009ba3a3cc9a7b9b79fd61b7102800fd1f3fd8688b02822746248 0.06 MB 127 151
137,319 137,319 00000000000006a7edee1f114b7c8b4cb9addfb719aabcee0ec139bd3de9df4d 0.03 MB 55 268
137,318 137,318 000000000000072b57f784545ce11d51d7489d0a283b139b89e7c06b5b912212 0.00 MB 11 24
137,317 137,317 0000000000000180bdf52f0c4f68e38f05eaeb7d2d3520158058052f68c963cd 0.00 MB 11 34
137,316 137,316 00000000000000f0fd670eb81d800ac664eaeba84ae6ab9f253f7b4efc2264f4 0.05 MB 108 166
137,315 137,315 0000000000000677b0bbf6e62e163693aeace1f9c0c0c0a1e9277a624654c756 0.03 MB 63 268
137,314 137,314 0000000000000571cbf27ee4177d25c4332f5e8dccc3810a32c84508d0c22a42 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.89 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.