Memory Pool Memory Pool Refreshing

887 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (902,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,273 6,273 000000007dea7650bc2fa9b3da3aca691b286b4227ca4a3cc8d430c988457636 0.00 MB 1 0
6,272 6,272 0000000042cceee1092a2084d091be35de333b20953e96057ffeaf27ca558aa8 0.00 MB 1 0
6,271 6,271 000000003ce99726d00dddc80aa52e7d8f2d4a9d6f531055cae0011637041719 0.00 MB 1 0
6,270 6,270 00000000927235e53245ffade6c852fa742e51265d4a4657c61d085ad9cafba7 0.00 MB 1 0
6,269 6,269 000000002178dae529077386d68c48b1660f6168baadbabb6bcbd0a59dc10b17 0.00 MB 1 0
6,268 6,268 000000002c1a2986aed5907c096e19ecf3ce132056d178b029bd0cbf273afb95 0.00 MB 1 0
6,267 6,267 0000000044e68e335d64826442a08e1ffaad79a9be68ca4e8a5d40b8a648bb34 0.00 MB 1 0
6,266 6,266 00000000db8062ab6a11d1854fb52903c0264308a9d8ea3ec191417cba5e3cb4 0.00 MB 1 0
6,265 6,265 00000000dd9da4f4a2a548c90f3cb923088ad0cfc34a81fd3ff89f53e079ed8a 0.00 MB 1 0
6,264 6,264 000000005e0d1e0091ef61960feb9f0505ab33748ebd951095e74070f902582e 0.00 MB 1 0
6,263 6,263 00000000037f026243cb3370690632e52be1e9bc32dd84b990443cb62b5e80f7 0.00 MB 1 0
6,262 6,262 00000000467c7149a3cd062c4bfa43df61f24815fbf2b67a90dea456614c1d02 0.00 MB 1 0
6,261 6,261 000000004cc909a4fd8b26c905109985f5894b5e88a0137b0978d2ed55eff1e0 0.00 MB 1 0
6,260 6,260 0000000035d378f569eaac0e92e4a6133e4518dba47e4aaf3d86541a76c7c943 0.00 MB 1 0
6,259 6,259 000000007f2da7d13ad58e8fcef5026c90b7c6cd9cdf31d74dfd296138e27eca 0.00 MB 1 0
6,258 6,258 000000001978dacbef3f057db050b68d683ba1fb63bf8ee58556b136bc95d798 0.00 MB 1 0
6,257 6,257 000000002352d625810ae3828c2e051b453e9cf73fbac54707e18d9a3127e670 0.00 MB 1 0
6,256 6,256 00000000484f3bae55c16d61a0b40f355de3da86026348ef4edf1a32c24dc6c8 0.00 MB 1 0
6,255 6,255 00000000a08c6cbcd6c90029c8130ad54eccf7472f2abd2d3f4312624fc8d40f 0.00 MB 1 0
6,254 6,254 00000000f66b5cec27ccfd92c190803a556b4c0341622eb8340c13fc62cb6265 0.00 MB 1 0
6,253 6,253 000000001d092804b3398f698a251344220679988fdb0e8ea986343a23897f8b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,849.52 GB sent, 101.03 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.