Memory Pool Memory Pool Refreshing

584 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,752 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 572 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,751 (523,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
384,242 384,242 000000000000000008ca2ba819c17c097366ea1b1b40130cfc0ab230e5ba9bed 0.00 MB 1 0
384,241 384,241 0000000000000000062ec7e55c2bc70620f0f7c3ded4c624df3b7fcec638f8d6 1.00 MB 2,589 39
384,240 384,240 00000000000000000470716e58e7b261eecc4307e624f8746eb8b32c05cf8303 0.09 MB 113 15
384,239 384,239 00000000000000000c54d61eb3500ade8dc092cb8e5a8fe48d9e7bcd5c649b38 1.00 MB 386 4
384,238 384,238 00000000000000000d68e102c9b4d63d78ae7d5bbf1dc8b4d2bb6ac03c482084 0.35 MB 727 32
384,237 384,237 0000000000000000044c42032559e3be9a5e5460d629479f9c052ad12b9a39b7 0.32 MB 723 44
384,236 384,236 000000000000000004249a394a3fdbf11686c7643864cf3dc723e242c84bb484 1.00 MB 1,898 28
384,235 384,235 0000000000000000070af70f4ce89db538d3bbba150628c0bd4390c021391d4d 0.13 MB 253 30
384,234 384,234 00000000000000000d33f56dc09d98e2c10140af79a5faeb1f4274ccb07ab7af 0.99 MB 1,390 21
384,233 384,233 0000000000000000053118abb70884a471e6497b40977023e6c71ef872542fb4 0.99 MB 2,262 33
384,232 384,232 000000000000000000c24514853fff94368d78a99a4116a641881ee3f6ecfdfb 1.00 MB 1,627 22
384,231 384,231 000000000000000009b53dd00bc6e76c6b6a234ec91e0711a24684c34989530b 1.00 MB 3,140 65
384,230 384,230 00000000000000000bdaedc9ce00b0cd8b64d4ff92839ac956bbc1bb1b48f522 0.00 MB 1 0
384,229 384,229 0000000000000000082d8f30c391346926b4e47a800919e6d5537713b9fec662 0.87 MB 1,215 19
384,228 384,228 00000000000000000c7b8c286f96c6f8357a94527051e56b948c731dd1b23cdf 0.78 MB 2,386 47
384,227 384,227 00000000000000000b5776d258f670114fc923ec957c225fc806c1371b685e2c 0.84 MB 1,469 26
384,226 384,226 00000000000000000a5aa07fb1f32ff4b9c47c97369c9549b113252de42ee3f9 0.50 MB 1,603 49
384,225 384,225 0000000000000000076c914ed1cfc2ada43736aefe9c84b71524a4ec0328ce6f 0.05 MB 140 133
384,224 384,224 00000000000000000e8b14a02d7a4a4a2da5f1a350047273dc388b54ec89bb8b 0.15 MB 335 44
384,223 384,223 00000000000000000a7245098a298bc0f6280d9cad06c20f65ca63d85f12fc0e 0.00 MB 1 0
384,222 384,222 00000000000000000d75bb2bd3e0a2833707824d9339b59e26332181ec01fadb 0.52 MB 1,091 26
Previous 10 blocks ↓
Total Size: 769.08 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,628.20 GB sent, 93.28 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.