Memory Pool Memory Pool Refreshing

9,447 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (704,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,455 203,455 00000000000004bad942f88f3689c699f2cfc4807893a9ee8e4f7559bd730b4e 0.05 MB 178 28
203,454 203,454 000000000000000ad89c9b8fcda65c2230d2da7907f404794d8d3b877a5fa4e8 0.23 MB 393 184
203,453 203,453 000000000000039f47f7ac4bdb5b4c64abb1a9c3ba50f27e777346e313beb4b9 0.09 MB 32 64
203,452 203,452 000000000000020abe3d440204181670885f4e748305dacd4181e6bef6f3785a 0.05 MB 109 30
203,451 203,451 00000000000001ffd4097488fd7e85b2afd799318a02d205bed8000caee05d3d 0.25 MB 746 277
203,450 203,450 000000000000026bedb68f62dc057390246ed3ae166155115c17509e29891de5 0.05 MB 113 228
203,449 203,449 0000000000000470e3771427c12c237489bbaf651f20922eb700032970a5e4c8 0.03 MB 113 31
203,448 203,448 000000000000036d03a42ae08d385de795687a1217649bab711fe0ce2136c5d3 0.23 MB 498 141
203,447 203,447 00000000000002dcd6d30d01ac9172ad58e804404ac8b40039e7c337ebd92536 0.05 MB 98 285
203,446 203,446 0000000000000383647de4b672fa55a8b7c3fcc9081a69d86c73776b2ecafa3a 0.08 MB 156 86
203,445 203,445 0000000000000309711726588842d9fc4db0f47e65aea9dd36a89b05d016a423 0.19 MB 450 262
203,444 203,444 00000000000001805cb3243f0db212e1f2e55986d2ab77fab93b3fca50b840cd 0.23 MB 391 173
203,443 203,443 00000000000003caa8d232ae0e802ea742981c74e15f0574269a9169e3815c4b 0.08 MB 153 36
203,442 203,442 00000000000004bb60e977ae31ef34e5d4815b923c35cbc553f6b1bd51bc86ab 0.09 MB 181 161
203,441 203,441 00000000000002f56375abac7bd35e499a944f746e60d04e21c7ff17b7bfd504 0.03 MB 66 75
203,440 203,440 00000000000001caa3948c01795308eb75110c910251f6df7750fb3cba21eccd 0.18 MB 248 227
203,439 203,439 00000000000002ba92fd32437a60e9f8c4c19209e3c175087a7b8a17f2ea1d96 0.08 MB 170 135
203,438 203,438 0000000000000201892dd6ed76236eb8f42e93bf0dad2606cc5aaa246f253bf1 0.00 MB 1 0
203,437 203,437 00000000000001d5ce6880b3c265f34dee91f3c7603ab6f151e814e08ed050fd 0.04 MB 91 122
203,436 203,436 000000000000017c118daed5c3fd997b3c55ac0d00d7cba5d6de88fe70fc5dfa 0.10 MB 214 137
203,435 203,435 0000000000000406dc596ed9a0c9d2b484ce0747a83a360628375c2d0559a72e 0.19 MB 481 245
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.09 GB sent, 92.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.