Memory Pool Memory Pool Refreshing

1,025 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/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.24 vMB 1,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (816,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,425 92,425 0000000000057f1ad0aa8499be1e5c108cc287ff192785d9f267188727575684 0.00 MB 1 0
92,424 92,424 0000000000059956e4c52d9c5ce26c10b67442ceb8b1d39ce658be59cbeaa618 0.00 MB 2 0
92,423 92,423 00000000000ccb77fa549915a523205d08a6f18ca7580252be78415509a1d706 0.00 MB 4 0
92,422 92,422 000000000008400fb6972b4f25da9634c929835b42c57c94645783580027246c 0.00 MB 1 0
92,421 92,421 00000000000d235eab7a2cb1bd4bd0598de769eed5ffda569f21a4a8da69ea27 0.00 MB 2 0
92,420 92,420 00000000000d54e7d0e5a59456c9cc5d5dc4aea83739d08be8528f3bbc22570e 0.00 MB 1 0
92,419 92,419 00000000000675c69ba8cbd9783fa7ae93ee170d87cbaed4c85208f90cab9e6a 0.00 MB 1 0
92,418 92,418 0000000000076bf71a97b0e342f2479ad1a94b443d95286e61300f0406cfd22c 0.00 MB 1 0
92,417 92,417 00000000000e4f610d2874457c2f957f0b0f14a972dfe90345b3b911b40a295e 0.00 MB 3 0
92,416 92,416 0000000000035d8b85922f00041a02250ecf9e87bb2cf4b40260f75d806b6187 0.00 MB 4 0
92,415 92,415 00000000000bf3f34e2014975111b2a9f460e368992dcdb1dd9749b81864926e 0.00 MB 3 0
92,414 92,414 000000000003a1b85ba8239b8ded0c735dd5bab29a4124cbcf2a3f75060dbda5 0.00 MB 9 0
92,413 92,413 00000000000c3c9b783a8bba073954af1ed8b626e6622757de7f8a0b2f64273b 0.00 MB 1 0
92,412 92,412 000000000005a42c65627c1e8cda49e271b82960538eb0048e67083973933e6e 0.00 MB 1 0
92,411 92,411 00000000000978942c284d9eabaf4034cf17f4d587cad20feb6e9860accafe50 0.00 MB 1 0
92,410 92,410 00000000000d5a764684fe18306b18fceae90f16abb7c13b8da9bd6b775b1063 0.00 MB 1 0
92,409 92,409 00000000000dad3c54623d997ab2e9cea51b714eb73d4163f896c61562c56003 0.00 MB 1 0
92,408 92,408 00000000000b3d37b2944599653a021b0b17c0be3bde4afdc9e243ddce9f1d02 0.00 MB 1 0
92,407 92,407 0000000000022e8f3596df347281f560ed9d9976598f4659a1e713849cd1b9d6 0.00 MB 1 0
92,406 92,406 000000000001ba7643088fcd17476a9458eee64eff0fb13bd393a34ce596e139 0.00 MB 3 0
92,405 92,405 000000000007ee8a6ee789767de97ef87e3c9ab456664606e8e9969ef0e58bf7 0.00 MB 5 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: 10 outgoing, 114 incoming
  • Data Transfer: 1,849.53 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.